修改超声样式
This commit is contained in:
parent
8f65b90d84
commit
89e9ff4298
@ -27,7 +27,7 @@
|
||||
<el-option label="体检" value="体检模版" />
|
||||
</el-select>
|
||||
|
||||
<el-tabs type="border-card" style="height: calc(100% - 32px); ">
|
||||
<el-tabs type="border-card" style="height: 91.4vh; ">
|
||||
<el-tab-pane label="通用模版">
|
||||
<!-- 树 -->
|
||||
<el-tree
|
||||
@ -75,7 +75,7 @@
|
||||
v-model="activeName"
|
||||
class="demo-tabs"
|
||||
type="border-card"
|
||||
style="height: 1020px"
|
||||
style="height: 94.4vh"
|
||||
@tab-change="handleTabChange"
|
||||
>
|
||||
<el-tab-pane label="用户信息" name="first" >
|
||||
@ -381,7 +381,7 @@
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
</div>
|
||||
<div class="my-right" style="border: 1px solid #dcdfe6; height: 1020px">
|
||||
<div class="my-right" style="border: 1px solid #dcdfe6; height: 94.4vh">
|
||||
<!--图片区域-->
|
||||
<div style="width: 100%">
|
||||
<el-button
|
||||
@ -1009,14 +1009,14 @@ const chooseImage = (event, id: number) => {
|
||||
.my-left {
|
||||
width: 20%;
|
||||
background: lightblue;
|
||||
height: 1020px;
|
||||
height: 91.4vh;
|
||||
}
|
||||
|
||||
.my-middle {
|
||||
width: 60%;
|
||||
margin-left: 2px;
|
||||
background: rgb(238, 240, 238);
|
||||
height: calc(100% - 60px);
|
||||
height: 94.4vh;
|
||||
}
|
||||
|
||||
.my-right {
|
||||
@ -1025,7 +1025,7 @@ const chooseImage = (event, id: number) => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
height: 1016px;
|
||||
height: 91.3vh;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user