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