样式修改

master
jinna 7 months ago
parent cd53dd561a
commit 7af71944f4
  1. 76
      src/App.vue
  2. 15
      src/views/periodicTesting/testTask.vue
  3. 19
      src/views/tankSolutionSystem/info.vue
  4. 1
      src/views/tankSolutionSystem/tankSolutionTaskAssignment.vue
  5. 1
      src/views/tankSolutionSystem/tankSolutionTaskDispose.vue
  6. 1
      src/views/tankSolutionSystem/workTankLine.vue
  7. 1
      src/views/tankSolutionSystem/workTankMangage.vue

@ -14,3 +14,79 @@ body,
height: 100%;
}
</style>
<style lang="scss">
.el-table .el-table__cell{
height: 36px !important;
padding: 0 !important;
line-height: 36px !important;
}
.el-table th.el-table__cell{
background: #284c89 !important;
color: #fff !important;
}
.el-table .sort-caret.ascending{
border-bottom-color: #fff !important;
}
.el-table .sort-caret.descending {
border-top-color: #fff;
}
.avue-form__group .el-col{
margin-bottom: 14px !important;
}
.el-dialog{
min-height: 180px;
border-radius: 2px;
max-height: calc(100% - 200px);
max-width: calc(100% - 100px);
display: flex;
padding: 0;
flex-direction: column;
border: 1px solid #0c2556 !important;
.el-dialog__header{
padding: 13px 16px !important;
border-bottom: 1px solid #0c2556 !important;
.el-dialog__title{
font-size: 14px !important;
font-weight: bold;
font-stretch: normal;
color: #0c2556 !important;
}
}
.el-dialog__body{
.avue-dialog__footer{
border-top: 1px solid #0c2556 !important;
}
}
.el-dialog__body {
color: var(--el-text-color-regular);
font-size: var(--el-dialog-content-font-size);
padding: 20px 20px 60px;
flex: 1;
overflow: scroll;
}
.el-dialog__footer {
box-sizing: border-box;
padding-top: var(--el-dialog-padding-primary);
text-align: right;
z-index: 2;
display: block;
padding: 10px 16px;
box-sizing: border-box;
border-top: 1px solid #0c2556 !important;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background-color: #fff;
text-align: right;
}
}
</style>

@ -19,13 +19,12 @@
@on-load="onLoad"
>
<template #menu="scope">
<el-button text icon="el-icon-view" @click="handleView(scope.row,'view')">详情</el-button>
<el-button text @click="handleView(scope.row,'view')">详情</el-button>
<el-button text @click="handleView(scope.row,'add')" v-show="scope.row.status == 1 || scope.row.status == 4">
<el-icon style="margin-right: 5px;"><Edit /></el-icon>
填报
</el-button>
<el-button text v-show="scope.row.status == 3" icon="el-icon-first-aid-kit" @click="handleView(scope.row,'drug')">领药</el-button>
<el-button text v-show="scope.row.status == 2" icon="el-icon-circle-check" @click="handleView(scope.row,'check')">审核</el-button>
<el-button text v-show="scope.row.status == 3" @click="handleView(scope.row,'drug')">领药</el-button>
<el-button text v-show="scope.row.status == 2" @click="handleView(scope.row,'check')">审核</el-button>
</template>
<template #tpId="{ row }">
{{ row.textProject.tpProject }}
@ -76,7 +75,10 @@ export default {
issueForm:{},
option:{
tip: false,
simplePage: true,
height:'auto',
calcHeight: 32,
columnSort: true,
// simplePage: true,
searchShow: true,
searchMenuSpan: 6,
searchIcon: true,
@ -91,6 +93,9 @@ export default {
editBtn:false,
editBtnText: '修改',
viewBtnText:'详情',
viewBtnIcon:' ',
delBtnIcon:' ',
editBtnIcon:' ',
labelWidth: 120,
// menuWidth: 330,
dialogWidth: 600,

@ -124,6 +124,7 @@ export default {
excelBtn: false,
filterBtn: true,
searchShowBtn: false,
columnSort: true,
excelBtn: true,
columnSort:true,
index: false,
@ -688,21 +689,3 @@ export default {
<style lang="scss" scoped>
</style>
<style lang="scss">
.el-table .el-table__cell{
height: 36px !important;
padding: 0 !important;
line-height: 36px !important;
}
.el-table th.el-table__cell{
background: #284c89 !important;
color: #fff !important;
}
.el-table .sort-caret.ascending{
border-bottom-color: #fff !important;
}
.el-table .sort-caret.descending {
border-top-color: #fff;
}
</style>

@ -140,6 +140,7 @@ export default {
searchShowBtn: false,
excelBtn: true,
showOverflowTooltip: true,
columnSort: true,
align:'center',
height:'auto',
calcHeight: 32,

@ -72,6 +72,7 @@ export default {
searchMenuSpan: 6,
searchIcon: true,
searchIndex: 3,
columnSort: true,
tree: false,
border: true,
index: true,

@ -115,6 +115,7 @@ export default {
align:'center',
calcHeight: 32,
// simplePage: true,
columnSort: true,
searchShow: true,
searchMenuSpan: 6,
searchIcon: true,

@ -69,6 +69,7 @@ export default {
searchMenuSpan: 6,
searchIcon: true,
searchIndex: 3,
columnSort: true,
tree: false,
border: true,
index: true,

Loading…
Cancel
Save