perf: 优化框选的样式

This commit is contained in:
奔跑的面条 2024-04-10 11:05:23 +08:00
parent 792c403f21
commit ae6641daa0

View File

@ -93,21 +93,20 @@ watch(
position: absolute;
width: 100%;
height: 100%;
border-radius: 5px;
overflow: hidden;
}
.select-border {
left: 0;
top: 0;
opacity: 0.5;
border-width: 2px;
opacity: 1;
border-width: 1px;
border-style: solid;
border-color: v-bind('themeColor');
}
.select-background {
top: 2px;
left: 2px;
opacity: 0.2;
opacity: 0.08;
background-color: v-bind('themeColor');
}
}