mo 2 years ago
parent
commit
c23805d10b

BIN
src/common/images/icon_back.png


+ 1 - 1
src/components/col-header/index.css

@@ -168,7 +168,7 @@
 
 .itemCenter {
   position: relative;
-  margin-right: 40px;
+  margin-right: 70px;
   line-height: 62px;
   height: 62px;
   font-size: 20px;

+ 1 - 1
src/components/col-header/index.tsx

@@ -86,7 +86,7 @@ export default defineComponent({
 
           </div>
           <div class={['rightWrap','flex','items-center']}>
-          <div class="flex mr160">
+          <div class="flex mr120">
               {this.navigator.map((item: any) => (
                 <div
                 // onClick={() => {

+ 6 - 5
src/components/col-header/modals/index.module.less

@@ -84,7 +84,7 @@
           text-align: center;
         }
         .icon {
-          margin-left: 14px;
+          margin-left: 10px;
           width: 26px;
           height: 26px;
         }
@@ -104,7 +104,7 @@
     width: 100%;
     position: relative;
     vertical-align: bottom;
-    border-radius: 10px 10px 0px 0px;
+    // border-radius: 10px 10px 0px 0px;
   }
   .dropdownInfo {
     display: flex;
@@ -143,7 +143,7 @@
         height: 22px;
         font-size: 16px;
         font-family: PingFangSC-Regular, PingFang SC;
-        font-weight: 600;
+        font-weight: 400;
         color: #999;
         line-height: 22px;
       }
@@ -191,8 +191,8 @@
         align-items: center;
         justify-content: space-between;
         .icon_back {
-          width: 8px;
-          height: 15px;
+          width: 7px;
+          height: 12px;
           margin-right: 13px;
         }
       }
@@ -221,6 +221,7 @@
        span {
         margin-right: 20px;
         color: #666;
+        font-weight: 400;
        }
       }
       .backWrap {

+ 1 - 1
src/components/col-header/modals/loganInfo.tsx

@@ -192,7 +192,7 @@ export default defineComponent({
         <ElDropdown
           onCommand={val => this.changeState(val)}
           popper-class="loginPopper"
-          trigger="hover"
+          trigger="click"
           v-slots={{
             dropdown: () => (
               <>

+ 1 - 1
src/router/routes-admin.ts

@@ -87,7 +87,7 @@ export default [
       title: '视频课',
       index: 3,
       highlightPath: '/videoDetailList',
-      isdark: true
+      isdark: false
     }
   },
   {

+ 1 - 1
src/views/videoDetailList/index.tsx

@@ -92,7 +92,7 @@ export default defineComponent({
     return () => (
       <>
         <div>
-          <div class="wall" style={{ height: '60px' }}></div>
+          {/* <div class="wall" style={{ height: '60px' }}></div> */}
           <banner></banner>
           <div class={styles.w1200}>
             <div class={styles.section}>