浏览代码

fix button text vertical align

Michael Wang 6 年之前
父节点
当前提交
c76e9a0f9d
共有 1 个文件被更改,包括 8 次插入0 次删除
  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;