mirror of
https://github.com/veops/cmdb.git
synced 2025-09-22 21:39:41 +08:00
feat:update cs && update style (#488)
This commit is contained in:
@@ -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{
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user