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

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

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

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

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

Loading…
Cancel
Save