修改bug
This commit is contained in:
@@ -372,10 +372,11 @@ const selectOption = (type, value) => {
|
||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
|
||||
font-size: 14px;
|
||||
margin-top: 20px;
|
||||
padding-top: 3px;
|
||||
|
||||
.seach-box {
|
||||
background: #FFFFFF;
|
||||
transform: translate(0, 3px);
|
||||
// transform: translate(0, 3px);
|
||||
border-radius: 16px;
|
||||
|
||||
.top-seach {
|
||||
@@ -460,19 +461,25 @@ const selectOption = (type, value) => {
|
||||
line-height: 48px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
||||
&.add-btn {
|
||||
background: rgba(253, 218, 85, 1);
|
||||
margin-left: 20px;
|
||||
|
||||
&:hover {
|
||||
background: rgba(253, 218, 85, 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
&.consult-btn {
|
||||
background: rgba(144, 216, 72, 1);
|
||||
margin-left: 20px;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.consult-icon {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
@@ -577,7 +584,7 @@ const selectOption = (type, value) => {
|
||||
width: 600px;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-right: 1px #ebebeb dashed;
|
||||
border-right: 1px #ebebeb dotted;
|
||||
}
|
||||
|
||||
.option-item {
|
||||
@@ -587,7 +594,7 @@ const selectOption = (type, value) => {
|
||||
margin: 0 30px 0 20px;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-bottom: 1px #ebebeb dashed;
|
||||
border-bottom: 1px #ebebeb dotted;
|
||||
}
|
||||
|
||||
.option-title {
|
||||
|
||||
Reference in New Issue
Block a user