浏览代码

筛选按钮篡位bug修复

yindan 2 年之前
父节点
当前提交
94802e826a
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      pages/scoreDetail/scoreDetail.wxss

+ 3 - 2
pages/scoreDetail/scoreDetail.wxss

@@ -17,11 +17,11 @@ page {
 .title-class {
     font-size: 32rpx !important;
     color: #333333 !important;
+    line-height: 40rpx!important; 
 }
 
 .custom-class {
     font-size: 24rpx;
-
     color: #FF3C41 !important;
 }
 
@@ -50,6 +50,7 @@ page {
 .left {
     display: flex;
     flex-direction: column;
+    flex: 1;
 }
 
 .title {
@@ -63,4 +64,4 @@ page {
     font-size: 22rpx;
 
     color: #999999;
-}
+}