This commit is contained in:
wangzhiqiang 2022-06-11 15:54:23 +08:00
commit 0335b379ea

View File

@ -71,11 +71,14 @@ const select = computed(() => {
border-radius: 5px;
background-color: #fff;
transform: translate(-40%, -30%);
&.t,
&.b {
&.t {
width: 30px;
transform: translate(-50%, -50%);
}
&.b {
width: 30px;
transform: translate(-50%, -30%);
}
&.l,
&.r {
height: 30px;