guanqb
2022-12-08 6e96d3801ec0cc7a2ed535c748bbff55318677e8
值班表格样式修改
2 files modified
8 ■■■■ changed files
src/styles/element-ui/element-ui.scss 4 ●●●● patch | view | raw | blame | history
src/views/home/components/rightContainer.vue 4 ●●●● patch | view | raw | blame | history
src/styles/element-ui/element-ui.scss
@@ -38,6 +38,10 @@
    height: 100%;
}
.el-table--enable-row-transition .el-table__body td.el-table__cell,.el-table tr th {
    border: 0!important;
}
src/views/home/components/rightContainer.vue
@@ -2,7 +2,7 @@
    <div class="container" ref="Container">
        <div class="alert-box" ref="alertBox">
            <div class="title" ref="alertBoxTitle">
                <div>值班信息</div>
                <div>值班信息(当日)</div>
            </div>
            <div class="table-box">
                <el-table
@@ -10,7 +10,7 @@
                    :height="tableHeight"
                    :data="schedulingList"
                    style="width: 100%"
                    :header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }"
                    :header-cell-style="{ 'text-align': 'center' }"
                    :cell-style="{ 'text-align': 'center', 'borderColor': '#324e75' }"
                    :row-class-name="tableRowClassName"
                >