This commit is contained in:
shidongli 2024-03-07 15:17:40 +08:00
parent 8427fa5c0d
commit e9ccb603b5
3 changed files with 6 additions and 5 deletions

View File

@ -136,6 +136,7 @@
:show-overflow-tooltip="true"
/>
<el-table-column
:show-overflow-tooltip="true"
label="适用任务类型"
align="center"
prop="suitTaskTypeName"
@ -930,7 +931,7 @@ export default {
</script>
<style lang="scss">
.leftmessage {
height: 800px;
height: 600px;
overflow: auto;
.name {
font-weight: 700;

View File

@ -105,7 +105,7 @@
</el-row>
<el-row :gutter="20">
<el-col :span="5">
<div class="left" ref="box">
<div class="leftpro" ref="box">
<div class="name">科室名称</div>
<div>
<el-input
@ -1165,8 +1165,8 @@ export default {
};
</script>
<style lang="scss">
.left {
height: 530px;
.leftpro {
height: 690px;
overflow: auto;
.name {
font-weight: 700;

View File

@ -500,7 +500,7 @@
</el-dialog>
<!-- 预览弹框 -->
<el-dialog
title="提示"
title="预览"
:visible.sync="dialogsee"
width="30%"
:before-close="seeClose"