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; border-radius: 5px;
background-color: #fff; background-color: #fff;
transform: translate(-40%, -30%); transform: translate(-40%, -30%);
&.t, &.t {
&.b {
width: 30px; width: 30px;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }
&.b {
width: 30px;
transform: translate(-50%, -30%);
}
&.l, &.l,
&.r { &.r {
height: 30px; height: 30px;