mo 1 year ago
parent
commit
e563e24e2b

+ 3 - 2
src/components/layout/index.module.less

@@ -383,11 +383,11 @@
   display: flex;
   flex-direction: row;
   align-items: center;
-  padding: 8px 23px 10px;
+  padding: 10px 8px;
   justify-content: space-between;
 
   .booxToolItem {
-    margin: 0 10px;
+    margin: 0 12px;
     display: flex;
     flex-direction: column;
     align-items: center;
@@ -395,6 +395,7 @@
     cursor: pointer;
     text-align: center;
 
+
     &:hover {
       opacity: 0.8;
     }

+ 3 - 3
src/views/attend-class/index.module.less

@@ -479,17 +479,17 @@
   display: flex;
   flex-direction: row;
   align-items: center;
-  padding: 9px 20px 9px;
+  padding: 10px 8px;
   justify-content: space-between;
-  overflow: hidden;
 
   .booxToolItem {
-    margin: 0 10px;
+    margin: 0 12px;
     display: flex;
     flex-direction: column;
     align-items: center;
     font-size: 12px;
     cursor: pointer;
+    text-align: center;
 
     &:hover {
       opacity: 0.8;

+ 3 - 3
src/views/attend-class/index.tsx

@@ -104,8 +104,8 @@ export default defineComponent({
     };
     handleInit();
     const boxBoundaryInfo = reactive({
-      isBoundary: true,
-      isBoundaryType: 'right' as any,
+      isBoundary: false,
+      isBoundaryType: '' as any,
       mainWidth: '' as any,
       mainHeight: '' as any,
       subWidth: '' as any,
@@ -444,7 +444,7 @@ export default defineComponent({
 
       // });
 
-      actionEnd(target, 'right');
+      // actionEnd(target, 'right');
     };
     // 这里是旋转
     const rate = (target: any, rate: any) => {

+ 10 - 0
src/views/login/index.module.less

@@ -7,6 +7,10 @@
   }
 }
 
+.view-account-form {
+  position: relative;
+}
+
 .view-account {
   width: 100%;
   height: 100vh;
@@ -106,6 +110,8 @@
       }
     }
 
+
+
     .submitBtm {
       width: 480px;
       margin-top: 20px;
@@ -323,6 +329,9 @@
 
 
 .alertWrap {
+  position: absolute;
+  left: 50%;
+  margin-left: -310px;
   padding: 14px 17px;
   width: 620px;
   height: 46px;
@@ -332,6 +341,7 @@
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
+  bottom: 60px;
 
   .alertInfo {
     display: flex;

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

@@ -152,7 +152,7 @@ export default defineComponent({
           )}
 
 
-         <div class={styles.alertWrap}>
+<div class={styles.alertWrap}>
           <div class={styles.alertInfo}>
             <NImage src={infoIcon} class={styles.infoIcon} previewDisabled></NImage>
             为了您更好的上课体验,推荐使用Chrome浏览器