From 511712a8c25db33008d36f6b94ed34c57d3cae0e Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 14 五月 2024 14:15:24 +0800
Subject: [PATCH] 优化首页
---
src/components/view/a6-device-management.vue | 2 +-
src/components/view/index-index.vue | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/view/a6-device-management.vue b/src/components/view/a6-device-management.vue
index ad072e5..7d41b6b 100644
--- a/src/components/view/a6-device-management.vue
+++ b/src/components/view/a6-device-management.vue
@@ -108,7 +108,7 @@
</el-image>
<!-- 琛ㄥ崟 -->
<el-form :label-position="labelPosition" :model="formData" label-width="100px">
- <el-form-item label="浠櫒鍚嶇О:">
+ <el-form-item label="浠櫒鍚嶇О:" required>
<el-input :disabled="isUp" v-model="formData.deviceName" size="small"></el-input>
</el-form-item>
<el-form-item label="浠櫒鍚嶇ОEN:">
diff --git a/src/components/view/index-index.vue b/src/components/view/index-index.vue
index 8dc66d5..b688f28 100644
--- a/src/components/view/index-index.vue
+++ b/src/components/view/index-index.vue
@@ -242,12 +242,12 @@
margin-bottom: 10px;
}
>>>.is-selected .el-calendar-day{
- background: #0166E2 !important;
+ background: #3A7BFA !important;
color: #fff !important;
border-radius: 4px;
}
>>>.el-calendar-day:hover{
- background: #0166E2 !important;
+ background: #3A7BFA !important;
color: #fff !important;
border-radius: 4px;
}
--
Gitblit v1.9.3