mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:59:17 +08:00
amis-saas-6890 [Story] 标题提示、控件提示的打开弹窗图标背景问题
Change-Id: Idd5d3e65e3a66c4a4ac8871823f4d3f9c7e858cc
This commit is contained in:
parent
e470882ee7
commit
2812802b5f
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
div {
|
div {
|
||||||
@include flexBox(row, flex-end);
|
@include flexBox(row, flex-end);
|
||||||
|
background-color: #fff !important;
|
||||||
hr {
|
hr {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -46,7 +46,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
&-popover {
|
&-popover {
|
||||||
padding: #{px2rem(12px)};
|
padding: #{px2rem(12px)};
|
||||||
border: none;
|
border: none;
|
||||||
@ -111,11 +110,9 @@
|
|||||||
&-content {
|
&-content {
|
||||||
padding-top: px2rem(12px);
|
padding-top: px2rem(12px);
|
||||||
& > div {
|
& > div {
|
||||||
@include extend-more()
|
@include extend-more();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user