Browse Source

修复返回按钮和字体

1
mo 2 years ago
parent
commit
d8631b7750

+ 0 - 1
src/views/exercise-record/exercis-detail.tsx

@@ -152,7 +152,6 @@ export default defineComponent({
           <div class={styles.topWrap}>
             <OSticky position="top" background="#F8F8F8" onGetHeight={getHeight}>
               <OHeader
-                isBack
                 border={false}
                 background={state.heightV > state.scrollTop ? 'transparent' : '#fff'}
               >

+ 1 - 1
src/views/exercise-record/modals/detail-item.module.less

@@ -62,7 +62,7 @@
         line-height: 30px;
         margin-bottom: 4px;
         font-family: 'DINA';
-        font-weight: bold;
+        font-weight: normal;
 
         span {
           margin-left: 1px;