机台管理模块 修改搜索的默认文字+调整纤度检验详情的样式
| | |
| | | <template> |
| | | <div class="container"> |
| | | <div class="filter-card"> |
| | | <CommonSearch ref="searchRef" :show-add="false" :amount-view="false" placeholder="请输入关键词" @searchClick="onFilterSearch"> |
| | | <CommonSearch ref="searchRef" :show-add="false" :amount-view="false" placeholder="请输入工人姓名/工号/车间名称" @searchClick="onFilterSearch"> |
| | | <template slot="leftButton"> |
| | | <el-button size="small" type="primary" @click="addBtnClick" >新增</el-button> |
| | | <!-- <el-button size="small" type="primary" @click="exportClick">导入</el-button> --> |
| | |
| | | :header-cell-style="{ background: '#f1f3f8',color: '#000009', 'font-size': '12px', 'font-family': 'PingFangSC' }" |
| | | border |
| | | > |
| | | <el-table-column label="车号" prop="ID" width="100"> |
| | | <el-table-column label="车号" prop="position" width="90"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="下差纤度" |
| | |
| | | .form-box-t { |
| | | width: 100%; |
| | | height: 60px; |
| | | overflow: hidden; |
| | | overflow-x: auto; |
| | | |
| | | .form-item { |
| | | width: calc(16% - 5px); |
| | | max-width: calc(16% - 5px); |
| | | min-width:210px; |
| | | margin-right: 10px; |
| | | float: left; |
| | | |
| | | &:nth-of-type(6n) { |
| | | margin-right: 0; |
| | | } |
| | | &:last-child{ |
| | | float:right; |
| | | } |
| | | } |
| | | } |
| | | |