Commit f7fe5744 authored by liang's avatar liang

优化

parent 2d2e5dcd
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<ConfigForms <ConfigForms
:key="patientId" :key="patientId"
isDialogEdit isDialogEdit
form-class="follow-form"
:form-type="formType" :form-type="formType"
:disabled="disabled" :disabled="disabled"
:tab-disabled="tabDisabled" :tab-disabled="tabDisabled"
......
...@@ -129,68 +129,3 @@ export default { ...@@ -129,68 +129,3 @@ export default {
}, },
} }
</script> </script>
<style scoped lang="scss">
.el-main {
position: relative;
padding: 0;
// box-shadow: 0px 5px 4px red;
.arrow {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
font-size: 22px;
z-index: 9;
}
.header {
height: 5px;
box-shadow: 0px 3px 4px rgb(0 21 41 / 8%);
padding-right: 20px;
position: relative;
font-size: 15px;
z-index: 999;
}
}
.el-aside {
padding-left: 10px;
border-left: 1px solid #ccc;
.side-content {
height: calc(100vh - #{"272px"});
// overflow: auto;
}
}
.my-form {
// height: calc(100vh - #{"310px"});
overflow-y: auto;
padding-top: 20px;
// position: relative;
&::-webkit-scrollbar-thumb {
background-color: #fff;
}
&:hover::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.4);
}
&.no-scroll {
height: auto;
}
}
.label {
font-size: 14px;
color: #8492a6;
line-height: 38px;
float: left;
margin-right: 20px;
}
.value {
font-size: 14px;
line-height: 38px;
float: left;
font-weight: 600;
margin-right: 50px;
}
.el-slider {
float: left;
width: 150px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment