zhangjie 2 ani în urmă
părinte
comite
fe045482a2

+ 1 - 1
src/assets/styles/adaptive.scss

@@ -221,7 +221,7 @@
       padding: 0 20px;
     }
     .edit-cont {
-      padding: 0 20px;
+      padding: 0 20px 35px;
     }
     .edit-paper-question-subs {
       padding-left: 60px;

+ 3 - 3
src/modules/card/assets/styles/card-design.scss

@@ -103,8 +103,8 @@
 
     .element-item-topic-number {
       position: absolute;
-      left: -16px;
-      top: 0;
+      left: 2px;
+      top: 2px;
       width: 14px;
       height: 14px;
       z-index: 99;
@@ -113,7 +113,7 @@
       text-align: center;
       background-color: $--color-primary;
       color: #fff;
-      border-radius: 50% 0 50% 50%;
+      border-radius: 0 50% 50% 50%;
       cursor: pointer;
       &:hover {
         background-color: $--color-primary-light;

+ 1 - 1
src/modules/card/assets/styles/card-preview.scss

@@ -182,7 +182,6 @@
   padding: 60px 40px 86px 40px;
   z-index: 9;
   font-size: 0;
-  overflow: hidden;
 }
 // page-main-outer
 .page-main-outer {
@@ -258,6 +257,7 @@
   &-main {
     position: relative;
     height: 100%;
+    overflow: hidden;
   }
   &-body {
     position: absolute;