Browse Source

Merge pull request '修改甘特图样式' (#68) from feature_supplier into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_GAAS_GFrame_WEBFRONT/pulls/68
Reviewed-by: Liwei <wei.li@le-it.com.cn>
pull/69/head
Liwei 3 years ago
parent
commit
1a68481bc3
2 changed files with 8 additions and 6 deletions
  1. +4
    -0
      src/styles/index.scss
  2. +4
    -6
      src/views/productplan/workbench/schedule.vue

+ 4
- 0
src/styles/index.scss View File

@ -126,6 +126,10 @@ aside {
padding: 36px 10px 5px 10px;
}
li {
list-style: none;
}
.components-container {
margin: 30px 50px;
position: relative;


+ 4
- 6
src/views/productplan/workbench/schedule.vue View File

@ -1,10 +1,11 @@
<template>
<div style="width:100%;height:calc(100vh - 80px);background:#fff;">
<div style="
width: 100%;
height: 100%;
padding: 0;
margin: 30px 0;
display: flex;
display: flex;
flex-direction: column;
background: #f5f7fc;
" v-loading.fullscreen.lock="fullscreenLoading">
@ -142,6 +143,7 @@
</div>
</div>
</div>
</template>
<script>
import {
@ -877,7 +879,7 @@
</script>
<style lang="scss">
<style lang="scss" scoped>
@import '~dhtmlx-gantt/codebase/dhtmlxgantt.css';
#task-details {
@ -1018,10 +1020,6 @@
background-color: #eee;
}
.main-container {
background: #f5f7fc;
}
.el-progress-bar__outer,
.el-progress-bar__inner {
border-radius: 2px;


Loading…
Cancel
Save