Browse Source

样式修改

java8
han\hanst 7 months ago
parent
commit
1ea1648e95
  1. 4
      src/views/modules/ecss/codelnotifyConfirm.vue
  2. 8
      src/views/modules/ecss/declaration.vue
  3. 12
      src/views/modules/ecss/ecssTemplate.vue

4
src/views/modules/ecss/codelnotifyConfirm.vue

@ -382,7 +382,7 @@
</el-form> </el-form>
<br> <br>
<el-table v-show="palletModelData.addFlag===0" <el-table v-show="palletModelData.addFlag===0"
:height="240"
:height="240" class="zxClass"
:data="dataList8" :data="dataList8"
stripe ref="partTableRef" stripe ref="partTableRef"
highlight-current-row highlight-current-row
@ -2597,7 +2597,7 @@
</script> </script>
<style scoped> <style scoped>
/deep/ .el-table .cell {
/deep/ .zxClass .cell {
line-height: 24px; line-height: 24px;
font-size: 12px; font-size: 12px;
height: 24px; height: 24px;

8
src/views/modules/ecss/declaration.vue

@ -303,7 +303,7 @@
<el-table v-show="currentRow.buNo==='03-RFID'" <el-table v-show="currentRow.buNo==='03-RFID'"
:height="180" :height="180"
:data="notifyPartDetailList" :data="notifyPartDetailList"
stripe
stripe class="expClass"
highlight-current-row highlight-current-row
border :row-style="{ height: '30px' }" border :row-style="{ height: '30px' }"
style="width: 100%;margin-top: 70px"> style="width: 100%;margin-top: 70px">
@ -474,7 +474,7 @@
<el-table v-show="currentRow.buNo==='03-RFID'" <el-table v-show="currentRow.buNo==='03-RFID'"
:height="240" :height="240"
:data="notifyPartDetailList" :data="notifyPartDetailList"
stripe
stripe class="expClass"
highlight-current-row highlight-current-row
border :row-style="{ height: '30px' }" border :row-style="{ height: '30px' }"
style="width: 100%;"> style="width: 100%;">
@ -595,7 +595,7 @@
<el-table v-show="currentRow.buNo==='03-RFID'" <el-table v-show="currentRow.buNo==='03-RFID'"
:height="240" :height="240"
:data="notifyPartDetailList" :data="notifyPartDetailList"
stripe
stripe class="expClass"
highlight-current-row highlight-current-row
border :row-style="{ height: '30px' }" border :row-style="{ height: '30px' }"
style="width: 100%;"> style="width: 100%;">
@ -2344,7 +2344,7 @@
</script> </script>
<style scoped> <style scoped>
/deep/ .el-table .cell {
/deep/ .expClass .cell {
line-height: 24px; line-height: 24px;
font-size: 12px; font-size: 12px;
height: 24px; height: 24px;

12
src/views/modules/ecss/ecssTemplate.vue

@ -13,7 +13,7 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item :label="'模版名称:'"> <el-form-item :label="'模版名称:'">
<el-input v-model="searchData.name" ></el-input>
<el-input v-model="searchData.name" clearable></el-input>
</el-form-item> </el-form-item>
<el-form-item :label="'模版类型:'"> <el-form-item :label="'模版类型:'">
<el-select filterable v-model="searchData.type" clearable style="width: 140px;"> <el-select filterable v-model="searchData.type" clearable style="width: 140px;">
@ -381,7 +381,7 @@
tableName: "EcssTemplate基础信息", tableName: "EcssTemplate基础信息",
columnProp: "customName", columnProp: "customName",
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: "客户名称", columnLabel: "客户名称",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -389,7 +389,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 200
columnWidth: 240
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -399,7 +399,7 @@
tableName: "EcssTemplate基础信息", tableName: "EcssTemplate基础信息",
columnProp: "name", columnProp: "name",
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: "模版名称", columnLabel: "模版名称",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -407,7 +407,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 160
columnWidth: 200
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -515,7 +515,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 300
columnWidth: 200
}, },
], ],
currentRow:{}, currentRow:{},

Loading…
Cancel
Save