You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
365 B
16 lines
365 B
2 years ago
|
@import "./element-variables.scss";
|
||
|
::v-deep .search-container {
|
||
|
.el-form-item__content {
|
||
|
width: 550px;
|
||
|
}
|
||
|
.el-input-group__append {
|
||
|
padding-left: 15px !important;
|
||
|
padding-right: 15px !important;
|
||
|
background: $--color-primary !important;
|
||
|
border-color: $--color-primary !important;
|
||
|
.search-btn {
|
||
|
color: #fff !important;
|
||
|
}
|
||
|
}
|
||
|
}
|