优化前端页面布局细节
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-form ref="queryForm" :model="queryParams" size="small" v-show="showSearch" label-width="110px" class="query-form">
|
||||
<el-form ref="queryForm" :model="queryParams" size="small" v-show="showSearch" label-width="136px" class="query-form">
|
||||
<el-row :gutter="16">
|
||||
<el-col :span="6">
|
||||
<el-form-item label="企业名称" prop="enterpriseName">
|
||||
@@ -1002,6 +1002,10 @@ export default {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.query-form ::v-deep .el-form-item__label {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.el-upload__tip {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user