黄琪勇 пре 1 година
родитељ
комит
28cec5ec9d

BIN
src/components/layout/images/icon-whiteborad.png


+ 1 - 1
src/custom-plugins/guide-page/home-guide.tsx

@@ -143,7 +143,7 @@ export default defineComponent({
             left: px2vw(8)
           },
           boxStyle: {
-            borderRadius: '1.6rem'
+            borderRadius: '30px'
           },
           eleRectPadding: {
             left: 7,

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

@@ -1193,12 +1193,12 @@ export default defineComponent({
     // 右侧菜单栏
     const rightList = reactive([
       {
-        name: '上一',
+        name: '上一',
         icon: bottomIconPre,
         id: 11
       },
       {
-        name: '下一',
+        name: '下一',
         icon: bottomIconNext,
         id: 12
       },

+ 1 - 1
src/views/attend-class/model/source-list/index.module.less

@@ -79,7 +79,7 @@
       width: 33.33%;
       height: 112px;
       padding: 0 6px;
-      margin-bottom: 10px;
+      margin-bottom: 14px;
       :global{
         .card-section-container{
           width: 100% !important;