Your Name пре 2 година
родитељ
комит
0264d8ff93
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1
    1
      src/components/CoverBtn.vue
  2. 1
    1
      src/pages/makeSaving/index.vue

+ 1
- 1
src/components/CoverBtn.vue Прегледај датотеку

@@ -37,7 +37,7 @@ import { computed, ref } from 'vue';
37 37
 <style lang="less" scoped>
38 38
 .cover-btn {
39 39
   position: absolute;
40
-  background: rgba(255, 0, 0, 0.5);
40
+  // background: rgba(255, 0, 0, 0.5);
41 41
   z-index: 10;
42 42
 }
43 43
 </style>

+ 1
- 1
src/pages/makeSaving/index.vue Прегледај датотеку

@@ -132,7 +132,7 @@
132 132
         position: absolute;
133 133
         width: 100%;
134 134
         text-align: center;
135
-        font-size: 14px;
135
+        font-size: 12px;
136 136
         color: #0F3341;
137 137
         left: 0;
138 138
       }