Commit 5cdc4782 authored by 王飞龙's avatar 王飞龙

药品bug

parent d520a8e9
...@@ -319,6 +319,7 @@ ...@@ -319,6 +319,7 @@
</el-dialog> </el-dialog>
<el-dialog <el-dialog
title="配药出库" title="配药出库"
class="drug-delivery-dialog-class"
:visible.sync="isShowOne" :visible.sync="isShowOne"
width="60%" width="60%"
append-to-body append-to-body
...@@ -1052,23 +1053,6 @@ export default { ...@@ -1052,23 +1053,6 @@ export default {
.app-container { .app-container {
background-color: white; background-color: white;
} }
.title-paragraph {
margin-bottom: 20px;
border-left: 5px solid #5FB54B;
.title-text {
margin-left: 10px;
}
.title {
color: #666666;
font-weight: 600;
font-size: 17px
}
}
.test { .test {
::v-deep.el-input.is-disabled .el-input__inner { ::v-deep.el-input.is-disabled .el-input__inner {
color: #DB4747; color: #DB4747;
...@@ -1177,18 +1161,20 @@ export default { ...@@ -1177,18 +1161,20 @@ export default {
justify-content: end; justify-content: end;
margin-bottom: -0.625rem !important; margin-bottom: -0.625rem !important;
} }
::v-deep.title-paragraph { .drug-delivery-dialog-class{
margin-bottom: 30px; ::v-deep.title-paragraph {
border-left: 3px solid #5FB54B; margin-bottom: 30px;
border-radius: 2px; border-left: 3px solid #5FB54B;
height: 24px; border-radius: 2px;
height: 24px;
.title-text { .title-text {
font-weight: bold; font-weight: bold;
margin-left: 12px; margin-left: 12px;
font-size: 16px; font-size: 16px;
color: #333333; color: #333333;
line-height: 24px; line-height: 24px;
}
} }
} }
::v-deep.table-form{ ::v-deep.table-form{
......
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