样式调整 新手指导

This commit is contained in:
guoyue 2022-08-01 18:46:32 +08:00
parent 3f0f51ad13
commit d6f8ad6f31
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;
}