feat:update cs && update style (#488)

This commit is contained in:
dagongren
2024-04-23 12:20:27 +08:00
committed by GitHub
parent 3454a98cfb
commit bf1076fe4a
47 changed files with 449 additions and 2035 deletions

View File

@@ -68,7 +68,7 @@ name: 'SearchForm',
background-color: rgb(240, 245, 255);
.ops_display_wrapper();
.search-form-bar-filter-icon {
color: #custom_colors[color_1];
color: @primary-color;
font-size: 12px;
}
.search-form-bar-filter-icon_selected{

View File

@@ -23,10 +23,9 @@ export default {
height: 28px;
margin-bottom: 12px;
line-height: 28px;
padding-left: 24px;
border-radius: 0px 20px 20px 0px;
padding-left: 12px;
font-weight: 700;
color: #0637bf;
background-color: #e0e9ff;
color: #000;
border-left: 3px solid @primary-color;
}
</style>