chore: 🔨 移除无用样式

This commit is contained in:
Ray.Hao
2025-04-15 23:37:02 +08:00
parent 4cc36629a8
commit 3499152d60
2 changed files with 2 additions and 17 deletions

View File

@@ -26,7 +26,7 @@
} }
} }
// 表格区域样式 (BEM规范) // 表格区域样式
.data-table { .data-table {
margin-bottom: 16px; margin-bottom: 16px;
@@ -62,18 +62,3 @@
justify-content: flex-end; justify-content: flex-end;
padding-top: 16px; padding-top: 16px;
} }
// 搜索表单固定宽度项
.fixed-width-item {
&-sm {
width: 100px !important;
}
&-md {
width: 150px !important;
}
&-lg {
width: 200px !important;
}
}

View File

@@ -16,12 +16,12 @@
<el-date-picker <el-date-picker
v-model="queryParams.createTime" v-model="queryParams.createTime"
:editable="false" :editable="false"
class="fixed-width-item-lg"
type="daterange" type="daterange"
range-separator="~" range-separator="~"
start-placeholder="开始时间" start-placeholder="开始时间"
end-placeholder="截止时间" end-placeholder="截止时间"
value-format="YYYY-MM-DD" value-format="YYYY-MM-DD"
style="width: 200px"
/> />
</el-form-item> </el-form-item>