mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-25 19:06:35 +08:00
chore: 优化页面 UI
This commit is contained in:
parent
b9b915e913
commit
712233c215
@ -71,15 +71,21 @@ 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 {
|
&.b {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
&.l,
|
&.l,
|
||||||
&.r {
|
&.r {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
&.r,
|
&.r {
|
||||||
|
transform: translate(-20%, -50%);
|
||||||
|
}
|
||||||
|
&.l {
|
||||||
|
transform: translate(-45%, -50%);
|
||||||
|
}
|
||||||
&.rt,
|
&.rt,
|
||||||
&.rb
|
&.rb
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user