修改
This commit is contained in:
parent
8427fa5c0d
commit
e9ccb603b5
@ -136,6 +136,7 @@
|
|||||||
:show-overflow-tooltip="true"
|
:show-overflow-tooltip="true"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
:show-overflow-tooltip="true"
|
||||||
label="适用任务类型"
|
label="适用任务类型"
|
||||||
align="center"
|
align="center"
|
||||||
prop="suitTaskTypeName"
|
prop="suitTaskTypeName"
|
||||||
@ -930,7 +931,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.leftmessage {
|
.leftmessage {
|
||||||
height: 800px;
|
height: 600px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
.name {
|
.name {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
@ -105,7 +105,7 @@
|
|||||||
</el-row>
|
</el-row>
|
||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
<el-col :span="5">
|
<el-col :span="5">
|
||||||
<div class="left" ref="box">
|
<div class="leftpro" ref="box">
|
||||||
<div class="name">科室名称</div>
|
<div class="name">科室名称</div>
|
||||||
<div>
|
<div>
|
||||||
<el-input
|
<el-input
|
||||||
@ -1165,8 +1165,8 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.left {
|
.leftpro {
|
||||||
height: 530px;
|
height: 690px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
.name {
|
.name {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
@ -500,7 +500,7 @@
|
|||||||
</el-dialog>
|
</el-dialog>
|
||||||
<!-- 预览弹框 -->
|
<!-- 预览弹框 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
title="提示"
|
title="预览"
|
||||||
:visible.sync="dialogsee"
|
:visible.sync="dialogsee"
|
||||||
width="30%"
|
width="30%"
|
||||||
:before-close="seeClose"
|
:before-close="seeClose"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user