@@ -370,7 +370,8 @@ h3 {
.el-dialog__body {
height: 100%;
.mod_title {
- max-height: 8rem;
+ // max-height: 8rem;
+ height: 300px;
.qr_code,
.msg_main {
float: left;
@@ -1824,7 +1824,8 @@
width: 100%;
}
.el-dialog{
- height: 100%;
+ width: 900px;
+ height: auto;
.center{
text-align: center
@@ -1833,5 +1834,9 @@
width: 90px;
+.el-dialog__body {
+ max-height: 440px;
+ overflow-y: auto;
+}
</style>