This commit is contained in:
shidongli 2024-03-06 13:42:48 +08:00
parent 06eb02a952
commit 45f03dfb5e
2 changed files with 12 additions and 7 deletions

View File

@ -89,7 +89,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="leftscript" ref="box">
<div class="name">科室名称</div> <div class="name">科室名称</div>
<div> <div>
<el-input <el-input
@ -1037,9 +1037,9 @@ export default {
}; };
</script> </script>
<style lang="scss"> <style lang="scss">
.left { .leftscript {
// width: 30%; // width: 30%;
height: 500px; height: 850px;
overflow: auto; overflow: auto;
.name { .name {
font-weight: 700; font-weight: 700;

View File

@ -127,7 +127,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="leftserv" ref="box">
<div class="name">科室名称</div> <div class="name">科室名称</div>
<div> <div>
<el-input <el-input
@ -165,6 +165,11 @@
:data="servicepackageList" :data="servicepackageList"
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
> >
<el-table-column
label="序号"
align="center"
type="index"
/>
<el-table-column <el-table-column
label="服务包名称" label="服务包名称"
align="center" align="center"
@ -1372,12 +1377,12 @@ export default {
} }
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scope>
::v-deep .el-input-group { ::v-deep .el-input-group {
width: 204px !important; width: 204px !important;
} }
.left { .leftserv{
height: 530px; height: 1000px;
overflow: auto; overflow: auto;
.name { .name {
font-weight: 700; font-weight: 700;