Browse Source

样式修改

黄琪勇 1 month ago
parent
commit
050b1b6336

+ 12 - 2
src/views/creation/edit/index.module.less

@@ -28,7 +28,7 @@
     align-items: center;
     flex: 1;
     font-size: 12px;
-    font-weight: 500;
+    //font-weight: 500;
     color: #FFFFFF;
     line-height: 17px;
     width: 300px;
@@ -43,7 +43,17 @@
     }
 
     .btnCropper {
-      border-left: 1px solid #fff;
+      position: relative;
+      &::after{
+        content: '';
+        width: 1px;
+        height: 11px;
+        background-color: #fff;
+        position: absolute;
+        left: -1px;
+        top: 50%;
+        transform: translateY(-50%);
+      }
 
       &::before {
         content: '';

+ 1 - 1
src/views/creation/edit/index.tsx

@@ -88,7 +88,7 @@ export default defineComponent({
     return () => (
       <div class={isTablet ? styles.creationTablet : ''}>
         <MSticky position="top">
-          <MHeader background={'#F1F1F1'} border={false} />
+          <MHeader background={'#ffffff'} border={false} />
         </MSticky>
         <div class={[styles.section, styles.sectionFile]}>
           <div class={styles.uploadImg}>

BIN
src/views/creation/images/midPlay.png