|
@@ -466,12 +466,12 @@ export default {
|
|
|
width: 50% !important;
|
|
|
min-width: 50% !important;
|
|
|
max-width: 50% !important;
|
|
|
- height: 50px;
|
|
|
+ height: 40px;
|
|
|
box-sizing: border-box;
|
|
|
padding: 10px 10px 10px 0;
|
|
|
.m-btn {
|
|
|
width: 100%;
|
|
|
- height: 40px !important;
|
|
|
+ height: 32px !important;
|
|
|
text-align: center;
|
|
|
background: #eff0f1;
|
|
|
border-radius: 2px;
|
|
@@ -506,7 +506,7 @@ export default {
|
|
|
.m-btn {
|
|
|
display: block !important;
|
|
|
width: 100% !important;
|
|
|
- height: 40px !important;
|
|
|
+ height: 32px !important;
|
|
|
text-align: center;
|
|
|
background: #eff0f1;
|
|
|
border-radius: 2px;
|