mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
把原始sug隐藏
This commit is contained in:
parent
42645138a6
commit
f6c8cb368d
@ -25,7 +25,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.is-focused {
|
||||
&.is-focused,
|
||||
&.is-active {
|
||||
border-color: $DatePicker-onFocused-borderColor;
|
||||
box-shadow: $Form-input-boxShadow;
|
||||
}
|
||||
@ -76,3 +77,60 @@
|
||||
.#{$ns}LocationControl:not(.is-inline) > .#{$ns}LocationPicker {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.#{$ns}LocationPicker-popover {
|
||||
min-width: 320px;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
margin-top: -1px;
|
||||
border-color: $Form-input-onFocused-borderColor;
|
||||
}
|
||||
|
||||
.#{$ns}MapPicker {
|
||||
&-search {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
&-map {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
&-item {
|
||||
padding: 10px 10px;
|
||||
position: relative;
|
||||
border-top: 1px solid $borderColor;
|
||||
|
||||
> svg {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
&-itemTitle {
|
||||
font-size: $fontSizeBase;
|
||||
}
|
||||
|
||||
&-itemDesc {
|
||||
font-size: $fontSizeSm;
|
||||
}
|
||||
|
||||
&-sugItem {
|
||||
cursor: pointer;
|
||||
padding: (
|
||||
$Form-select-menu-height - $Form-input-lineHeight * $Form-input-fontSize
|
||||
)/2 $Form-select-paddingX;
|
||||
|
||||
&:hover {
|
||||
color: $Form-select-menu-onActive-color;
|
||||
background-color: $Form-select-menu-onActive-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tangram-suggestion-main {
|
||||
display: none !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user