样式调整 新手指导
This commit is contained in:
parent
3f0f51ad13
commit
d6f8ad6f31
|
@ -199,7 +199,7 @@ const imgList = ref([
|
|||
background: rgba(23, 85, 177, 0.43);
|
||||
border: 1px solid #74a9f8;
|
||||
border-radius: 2px;
|
||||
margin: 0 20px;
|
||||
margin: 0 10px;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@ onMounted(() => {
|
|||
overflow-y: scroll;
|
||||
position: fixed;
|
||||
top: 200px;
|
||||
left: 20px;
|
||||
left: 90px;
|
||||
}
|
||||
|
||||
.right {
|
||||
|
@ -185,7 +185,7 @@ onMounted(() => {
|
|||
height: calc(100% - 20px);
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 260px;
|
||||
left: 300px;
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue