意见反馈部分样式优化
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-07 17:20:59 +08:00
parent 5e514a48dc
commit 738d46d225
3 changed files with 24 additions and 15 deletions

View File

@ -4,7 +4,7 @@
<el-dialog <el-dialog
:visible.sync="visible" :visible.sync="visible"
v-dialogDrag v-dialogDrag
width="540px" width="800px"
:close-on-click-modal="false" :close-on-click-modal="false"
@close="cancel" @close="cancel"
> >

View File

@ -6,6 +6,7 @@
width="1200px" width="1200px"
:close-on-click-modal="false" :close-on-click-modal="false"
@close="cancel" @close="cancel"
:fullscreen="true"
> >
<div slot="title"> <div slot="title">
{{ title }} {{ title }}
@ -52,9 +53,9 @@ export default {
}, },
}; };
</script> </script>
<style lang="scss" scoped> // <style lang="scss" scoped>
::v-deep .el-dialog__body { // ::v-deep .el-dialog__body {
padding-bottom: 0; // padding-bottom: 0;
height: 500px; // height: 500px;
} // }
</style> // </style>

View File

@ -157,7 +157,7 @@
<el-table-column <el-table-column
:label="$t('feedBack:form:trialCode')" :label="$t('feedBack:form:trialCode')"
prop="TrialCode" prop="TrialCode"
min-width="80" min-width="100"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
v-if="level > 8" v-if="level > 8"
@ -165,7 +165,7 @@
<el-table-column <el-table-column
:label="$t('feedBack:form:study')" :label="$t('feedBack:form:study')"
prop="NoticeTypeEnum" prop="NoticeTypeEnum"
min-width="100" min-width="140"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
v-if="level > 8" v-if="level > 8"
@ -178,6 +178,14 @@
sortable="custom" sortable="custom"
v-if="level > 7" v-if="level > 7"
/> />
<el-table-column
:label="$t('feedBack:form:SubjectCode')"
prop="SubjectCode"
min-width="120"
show-overflow-tooltip
sortable="custom"
v-if="level > 7"
/>
<el-table-column <el-table-column
:label="$t('feedBack:form:subjectVisit')" :label="$t('feedBack:form:subjectVisit')"
prop="SubjectVisitName" prop="SubjectVisitName"
@ -197,7 +205,7 @@
<el-table-column <el-table-column
:label="$t('feedBack:form:user')" :label="$t('feedBack:form:user')"
prop="FeedBackFullName" prop="FeedBackFullName"
min-width="80" min-width="140"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
v-if="level > 7" v-if="level > 7"
@ -205,7 +213,7 @@
<el-table-column <el-table-column
:label="$t('feedBack:form:questionType')" :label="$t('feedBack:form:questionType')"
prop="QuestionType" prop="QuestionType"
min-width="120" min-width="180"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
> >
@ -220,21 +228,21 @@
<el-table-column <el-table-column
:label="$t('feedBack:form:description')" :label="$t('feedBack:form:description')"
prop="QuestionDescription" prop="QuestionDescription"
min-width="100" min-width="200"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
/> />
<el-table-column <el-table-column
:label="$t('feedBack:form:time')" :label="$t('feedBack:form:time')"
prop="CreateTime" prop="CreateTime"
min-width="100" min-width="180"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
/> />
<el-table-column <el-table-column
:label="$t('feedBack:form:status')" :label="$t('feedBack:form:status')"
prop="State" prop="State"
min-width="80" min-width="120"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
v-if="level > 7" v-if="level > 7"
@ -248,7 +256,7 @@
<el-table-column <el-table-column
:label="$t('feedBack:form:uploadTime')" :label="$t('feedBack:form:uploadTime')"
prop="UpdateTime" prop="UpdateTime"
min-width="100" min-width="180"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
v-if="level > 7" v-if="level > 7"