mirror of
https://github.com/veops/cmdb.git
synced 2025-08-26 15:00:39 +08:00
feat(ui): update style
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
/>
|
||||
</div>
|
||||
<!-- 筛选框 -->
|
||||
<div class="Screening-box" v-if="activeGroupIndex === 1" style="background-color: rgb(240, 245, 255)">
|
||||
<div class="Screening-box" v-if="activeGroupIndex === 1">
|
||||
<a-popover
|
||||
@visibleChange="visibleChange"
|
||||
trigger="click"
|
||||
@@ -1166,7 +1166,7 @@ export default {
|
||||
.Screening-box {
|
||||
margin-left: 10px;
|
||||
display: inline-block;
|
||||
.ops_display_wrapper(#fff);
|
||||
.ops_display_wrapper(@primary-color_5);
|
||||
.screening-box-scene-icon {
|
||||
color: @primary-color;
|
||||
font-size: 12px;
|
||||
|
@@ -340,7 +340,7 @@ export default {
|
||||
& > a {
|
||||
padding: 2px 8px;
|
||||
&:hover {
|
||||
background-color: #f0faff;
|
||||
background-color: @primary-color_5;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user