Sfoglia il codice sorgente

fix button text vertical align

Michael Wang 6 anni fa
parent
commit
c76e9a0f9d
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      src/styles/global.css

+ 8 - 0
src/styles/global.css

@@ -69,6 +69,10 @@ body :not(textarea) {
   background-color: #13bb8a;
 }
 
+.ivu-btn.qm-primary-button {
+  line-height: 1.5em;
+}
+
 .qm-secondary-button {
   height: 36px;
   font-size: 14px;
@@ -85,6 +89,10 @@ body :not(textarea) {
   background-color: #ffffff;
 }
 
+.ivu-btn.qm-secondary-button {
+  line-height: 1.5em;
+}
+
 .qm-icon-button {
   height: 36px;
   font-size: 36px;