张延森 2 yıl önce
ebeveyn
işleme
0705f3c957

+ 4
- 0
resources/static/css/common.css Dosyayı Görüntüle

@@ -383,6 +383,10 @@
383 383
   margin: 0;
384 384
   overflow: hidden;
385 385
 }
386
+.dashboard-page .dash-carousel .left,
387
+.dashboard-page .dash-carousel .right {
388
+  height: calc(100% - 100px);
389
+}
386 390
 .dashboard-page .dash-carousel .item {
387 391
   height: 100vh;
388 392
 }

+ 7
- 0
resources/static/less/ext-page.less Dosyayı Görüntüle

@@ -163,8 +163,15 @@
163 163
     margin: 0;
164 164
     overflow: hidden;
165 165
 
166
+    .left, .right {
167
+      height: calc(100% - 100px);
168
+    }
169
+    
166 170
     .item {
167 171
       height: 100vh;
172
+
173
+
174
+
168 175
       .item-image {
169 176
         height: 100%;
170 177
         width: 100%;