微调颜色

This commit is contained in:
sjl
2025-03-17 15:55:30 +08:00
parent 630eb48d28
commit 5f68071c77
25 changed files with 46 additions and 40 deletions

View File

@@ -48,7 +48,7 @@
:data="tableData"
:header-cell-style="{
textAlign: 'center',
backgroundColor: '#003078',
backgroundColor: 'var(--el-color-primary)',
color: '#fff'
}"
stripe
@@ -598,7 +598,7 @@ defineExpose({
width: 45%;
}
.theFirst {
background-color: #003078;
background-color: var(--el-color-primary);
color: #fff;
width: 20px !important;
}

View File

@@ -31,7 +31,7 @@
<!-- <div class="formBut">-->
<el-button type="primary" :icon="Select" @click="start()" :disabled="connectDisabeld">通讯校验</el-button>
<el-button v-if="!connectDisabeld" type="text" style="color: #303133" disabled>源未连接</el-button>
<el-button v-else type="text" style="color: #67c23a" disabled>源连接成功</el-button>
<el-button v-else type="text" style="color: #91cc75" disabled>源连接成功</el-button>
<!-- </div>-->
</el-form-item>
</el-form>