修改
This commit is contained in:
parent
8427fa5c0d
commit
e9ccb603b5
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -500,7 +500,7 @@
|
||||
</el-dialog>
|
||||
<!-- 预览弹框 -->
|
||||
<el-dialog
|
||||
title="提示"
|
||||
title="预览"
|
||||
:visible.sync="dialogsee"
|
||||
width="30%"
|
||||
:before-close="seeClose"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user