feat(ui): update style

This commit is contained in:
songlh
2024-12-24 15:22:36 +08:00
parent b253fdfea0
commit 655b642930
50 changed files with 1136 additions and 961 deletions

View File

@@ -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;

View File

@@ -340,7 +340,7 @@ export default {
& > a {
padding: 2px 8px;
&:hover {
background-color: #f0faff;
background-color: @primary-color_5;
border-radius: 5px;
}
}