wujingjing
2025-02-14 f0936650d84177dea4d18c680480afea4eaca55a
Merge branch 'master' of http://47.103.154.90:83/r/IEE/Web.V1
已修改1个文件
9 ■■■■■ 文件已修改
src/views/EecLabel.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/EecLabel.vue
@@ -6,11 +6,11 @@
        <div class="flag-search-content">
            <el-card class="w100 h100" shadow="never">
                <el-form
                    style="height: 56px; flex-shrink: 0"
                    style="height: 56px; flex-shrink: 0; display: flex"
                    :model="state.m_formData"
                    ref="ruleFormRef"
                    :inline="true"
                    label-width="100px"
                    label-width="80px"
                    class="demo-ruleForm"
                >
                    <el-form-item label="产品类型" prop="ProductType">
@@ -397,7 +397,7 @@
}
.w-180-px {
    width: 180px;
    width: 10rem;
}
.table-detail-span {
@@ -437,6 +437,9 @@
        background-color: #196dd9;
    }
}
:deep(.el-form--inline .el-form-item) {
    margin-right: 0.75rem;
}
:deep(.el-card) {
    width: 100%;
}