Selaa lähdekoodia

柯赛看板调整--各车间进度看板调整占比样式

xiaost 7 kuukautta sitten
vanhempi
commit
d641312185
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      src/assets/scss/indexcompare.scss
  2. 1 1
      src/views/compare/right.vue

+ 1 - 1
src/assets/scss/indexcompare.scss

@@ -126,7 +126,7 @@
     .body-box {
     .body-box {
       margin-top: 10px;
       margin-top: 10px;
       display: grid;
       display: grid;
-      grid-template-columns: 1fr 1fr;
+      grid-template-columns: 1.5fr 1fr;
       .left-box {
       .left-box {
         display: flex;
         display: flex;
         flex-direction: column;
         flex-direction: column;

+ 1 - 1
src/views/compare/right.vue

@@ -101,7 +101,7 @@ export default {
 
 
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 $box-height: 950px;
 $box-height: 950px;
-$box-width: 944px;
+$box-width: 100%;
 #right {
 #right {
   padding: 13px;
   padding: 13px;
   height: $box-height;
   height: $box-height;