mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
style: tagview 左右对称
This commit is contained in:
parent
0c909aa1bb
commit
02174383a7
@ -495,7 +495,7 @@ $prefix-cls: #{$namespace}-tags-view;
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
height: calc(100% - 4px);
|
height: calc(100% - 4px);
|
||||||
padding-right: 20px;
|
padding-right: 16px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 3px 3px 3px 3px;
|
||||||
@ -505,7 +505,7 @@ $prefix-cls: #{$namespace}-tags-view;
|
|||||||
&--close {
|
&--close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right: 4px;
|
right: 3px;
|
||||||
display: none;
|
display: none;
|
||||||
transform: translate(0, -50%);
|
transform: translate(0, -50%);
|
||||||
}
|
}
|
||||||
@ -553,7 +553,7 @@ $prefix-cls: #{$namespace}-tags-view;
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
height: calc(100% - 4px);
|
height: calc(100% - 4px);
|
||||||
padding-right: 20px;
|
padding-right: 16px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 3px 3px 3px 3px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user