style: tabs style

pull/12/head
xingyu 2023-05-12 17:43:24 +08:00
parent 0f20ead810
commit d6cd366c12
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ html[data-theme='light'] {
color: @text-color-base;
background-color: @component-background;
transition: padding 0.3s;
padding: 0 24px;
padding: 0 20px;
margin: 0 -14px 0 0 !important;
/* stylelint-disable-next-line function-url-quotes */
mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANoAAAAkBAMAAAAdqzmBAAAAMFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlTPQ5AAAAD3RSTlMAr3DvEM8wgCBA379gj5//tJBPAAAAnUlEQVRIx2NgAAM27fj/tAO/xBsYkIHyf9qCT8iWMf6nNQhAsk2f5rYheY7Dnua2/U+A28ZEe8v+F9Ax2v7/F4DbxkUH2wzgtvHTwbYPo7aN2jZq26hto7aN2jZq25Cy7Qvctnw62PYNbls9HWz7S8/G6//PsI6H4396gAUQy1je08W2jxDbpv6nD4gB2uWp+J9eYPsEhv/0BPS1DQBvoBLVZ3BppgAAAABJRU5ErkJggg==);
@ -61,7 +61,7 @@ html[data-theme='light'] {
&:hover {
z-index: 2;
padding: 0 30px 0 36px;
padding: 0 22px;
.ant-tabs-tab-remove .anticon-close {
opacity: 1;