瀏覽代碼

修改样式

lex 2 年之前
父節點
當前提交
13c49ab739

+ 1 - 0
src/components/o-dialog/index.module.less

@@ -25,6 +25,7 @@
     .van-dialog__message {
       font-size: 16px;
       color: #333;
+      font-weight: 500;
       line-height: 22px;
     }
     .van-dialog__cancel,

+ 2 - 2
src/student/member-center/index.module.less

@@ -200,7 +200,7 @@
     // justify-content: center;
     flex: 1 0 auto;
     // width: 96px;
-    min-height: 120px;
+    min-height: 116px;
     box-sizing: border-box;
     background: #ffffff;
     border-radius: 12px;
@@ -224,7 +224,7 @@
     .priceGroup {
       display: flex;
       align-items: baseline;
-      padding: 19px 12px 9px;
+      padding: 25px 12px 9px;
     }
     .price {
       font-size: 28px;

+ 1 - 0
src/styles/index.less

@@ -429,6 +429,7 @@ input {
 
     font-size: 14px;
     color: #333333;
+    height: 32px;
     line-height: 32px;
     display: inline-flex;
     align-items: center;

+ 1 - 1
src/views/unit-test/test-exercise/index.module.less

@@ -78,7 +78,7 @@
     padding-top: 15px;
     font-size: 14px;
     color: #333333;
-
+    font-weight: 400;
     p {
       margin-bottom: 10px;
     }

+ 1 - 1
src/views/unit-test/unit-create/index.tsx

@@ -235,7 +235,7 @@ export default defineComponent({
           <Picker
             columns={state.classList}
             columnsFieldNames={{ text: 'name', value: 'value' }}
-            onCancel={() => (state.showPopoverOrchestra = false)}
+            onCancel={() => (state.showPopoverClass = false)}
             onConfirm={checkClass}
           />
         </Popup>