feat: 按钮样式修改

master
JINGYJ
parent 8620058ad7
commit c115e0221b

@ -6,7 +6,7 @@
@forward "element-plus/theme-chalk/src/common/var.scss" with ( @forward "element-plus/theme-chalk/src/common/var.scss" with (
$colors: ( $colors: (
"primary": ( "primary": (
"base": #2de6ff, "base": #154DDD,
), ),
), ),
$select-dropdown: ( $select-dropdown: (
@ -30,7 +30,7 @@
.el-button:hover { .el-button:hover {
color: white; color: white;
background-color: transparent; background-color: #154DDD;
outline: none; outline: none;
} }

@ -20,7 +20,7 @@
></video> ></video>
</div> </div>
<div class="type-fourth-mid-tab"> <div class="type-fourth-mid-tab">
<el-button class="w-[76px] h-[32px!important]">全部</el-button> <el-button type="primary" class="w-[76px] h-[32px!important]">全部</el-button>
<el-button class="w-[76px] h-[32px!important]">人员</el-button> <el-button class="w-[76px] h-[32px!important]">人员</el-button>
<el-button class="w-[76px] h-[32px!important]">车辆</el-button> <el-button class="w-[76px] h-[32px!important]">车辆</el-button>
<el-button class="w-[76px] h-[32px!important]">路灯</el-button> <el-button class="w-[76px] h-[32px!important]">路灯</el-button>

Loading…
Cancel
Save