licp
2024-05-14 511712a8c25db33008d36f6b94ed34c57d3cae0e
优化首页
已修改2个文件
6 ■■■■ 文件已修改
src/components/view/a6-device-management.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/index-index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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:">
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;
  }