update 样式优化

This commit is contained in:
2026-03-30 15:11:22 +08:00
parent 82d7e90ec6
commit c54ff54721

View File

@@ -380,8 +380,8 @@ const clickBottomFun = (event: Event) => {
justify-content: center;
align-items: center;
background-color: var(--el-bg-color);
width: 20px;
height: 40px;
width: 16px;
height: 30px;
border: solid 1px var(--el-border-color-darker);
color: var(--el-text-color-regular);
cursor: pointer;
@@ -395,7 +395,7 @@ const clickBottomFun = (event: Event) => {
}
.arrow-left {
position: absolute;
left: -20px;
left: -16px;
border-radius: 6px 0 0 6px;
border-right: 0;
}
@@ -412,8 +412,8 @@ const clickBottomFun = (event: Event) => {
justify-content: center;
align-items: center;
background-color: var(--el-bg-color);
width: 40px;
height: 20px;
width: 30px;
height: 16px;
border: solid 1px var(--el-border-color-darker);
color: var(--el-text-color-regular);
cursor: pointer;
@@ -427,7 +427,7 @@ const clickBottomFun = (event: Event) => {
}
.arrow-top {
position: absolute;
top: -20px;
top: -16px;
border-radius: 6px 6px 0 0;
border-bottom: 0;
}