perf: 优化框选功能

This commit is contained in:
奔跑的面条
2022-12-22 01:31:42 +08:00
parent e0d99a6b28
commit 59fd7ebceb
2 changed files with 3 additions and 3 deletions
@@ -93,7 +93,7 @@ watch(
position: absolute;
width: 100%;
height: 100%;
border-radius: 10px;
border-radius: 5px;
overflow: hidden;
}
.select-border {
@@ -107,7 +107,7 @@ watch(
.select-background {
top: 2px;
left: 2px;
opacity: 0.03;
opacity: 0.2;
background-color: v-bind('themeColor');
}
}