Răsfoiți Sursa

医疗卫生页面布局修改

liangjiahao 3 ani în urmă
părinte
comite
1082259834

+ 2 - 1
src/views/medicalhealth/antiepidemicarchives/index.vue

@@ -573,9 +573,10 @@ export default {
 }
 /* 基本信息背景 */
 .jiben {
-  width: 920px;
+  width: 620px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 7 - 4
src/views/medicalhealth/antiepidemicputin/index.vue

@@ -567,15 +567,18 @@ export default {
 ::v-deep .el-form-item__content {
   width: 200px;
 }
-::v-deep .el-input__inner {
-  cursor: pointer !important;
+::v-deep .el-dialog .el-input__inner{
+  width: 260px;
+  height: 36px;
 }
+::v-deep .el-dialog .el-input--small .el-input__inner {
+    width: 260px;}
 /* 底部确定取消按钮 */
 ::v-deep .el-dialog__footer {
   padding: 30px 50px;
 }
 ::v-deep .el-dialog__body {
-  margin: 21px 34px 20px 76px;
+  margin: 21px 34px 20px 55px;
   padding-top: 20px !important;
   box-sizing: border-box;
   /* padding: 30px 12px 30px 28px; */
@@ -647,7 +650,7 @@ export default {
 /* 底部确定取消按钮 */
 ::v-deep .el-dialog__footer {
   padding: 18px 42px 30px 0px;
-  margin-right: 82px;
+  margin-right: 44px;
 }
 /* 增加按钮弹框 */
 ::v-deep .el-dialog {

+ 2 - 1
src/views/medicalhealth/antiepidemicputout/index.vue

@@ -732,9 +732,10 @@ export default {
 }
 /* 基本信息背景 */
 .jiben {
-  width: 920px;
+  width: 620px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 1 - 0
src/views/medicalhealth/archives/index.vue

@@ -609,6 +609,7 @@ export default {
   width: 660px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 3 - 0
src/views/medicalhealth/consumeguoqi/index.vue

@@ -616,4 +616,7 @@ export default {
 ::v-deep input:-moz-placeholder {
   color: #bdbdbd4f !important;
 }
+.el-button--btd{
+      text-indent: -8px;
+}
 </style>

+ 4 - 3
src/views/medicalhealth/consumeputin/index.vue

@@ -699,7 +699,7 @@ export default {
   background: #004d86 !important;
 }
 ::v-deep .el-textarea__inner {
-  width: 660px;
+  width: 610px;
   height: 104px;
   margin: auto !important;
 }
@@ -733,6 +733,7 @@ export default {
   width: 660px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;
@@ -807,9 +808,9 @@ export default {
   cursor: pointer !important;
 }
 ::v-deep .el-dialog__body {
-  padding: 30px 64px;
+  padding: 30px 0px 0px 42px;
 }
 ::v-deep .el-dialog__footer {
-  margin-right: 54px;
+  margin-right: 30px;
 }
 </style>

+ 10 - 1
src/views/medicalhealth/consumeputout/index.vue

@@ -783,11 +783,19 @@ export default {
 ::v-deep .el-dialog {
   background: #004d86 !important;
 }
+::v-deep .el-dialog .el-form--inline .el-form-item{
+  margin-right: 68px;
+}
+::v-deep .el-dialog__body {
+    padding: 30px 0px 0px 64px !important;}
+
 ::v-deep .el-textarea__inner {
-  width: 660px;
+  width: 667px;
   height: 104px;
   margin: auto !important;
 }
+::v-deep .el-dialog__footer {
+    margin-right: 50px;}
 ::v-deep .el-dialog__header {
   border-bottom: 1px solid #718a9d;
 }
@@ -818,6 +826,7 @@ export default {
   width: 660px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 5 - 3
src/views/medicalhealth/diagnose/index.vue

@@ -242,7 +242,7 @@
     <el-dialog
       :title="title"
       :visible.sync="open"
-      width="620px"
+      width="700px"
       append-to-body
       :close-on-click-modal="false"
     >
@@ -567,7 +567,7 @@ export default {
   background: #004d86 !important;
 }
 ::v-deep .el-textarea__inner {
-  width: 576px;
+  width: 570px;
   height: 104px;
   margin: auto;
 }
@@ -618,6 +618,8 @@ export default {
   line-height: 32px;
 }
 ::v-deep .el-dialog__footer {
-  margin-right: 6px;
+  margin-right: 46px;
 }
+::v-deep .el-dialog__body {
+    padding: 30px 0px 0px 65px;}
 </style>