派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-12 fbe6a9befd3cb7f73eeaf783c5b3918a98bdc08b
修改右边弹框为css样式
1个文件已修改
8 ■■■■ 已修改文件
src/components/table/summarySheets.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/table/summarySheets.vue
@@ -62,8 +62,8 @@
        position: absolute;
        top: 50px;
        left: 50px;
        width: 850px;
        height: 265px;
        /*width: 850px;*/
        /*height: 265px;*/
        border: #90c8e0 1px solid;
        z-index:9999999;
        background-color: rgba(26, 73, 81, 0.901960784313726);
@@ -81,9 +81,5 @@
    }
    .head-area-button{
        margin-right: 5px;
    }
    .el-rowscol{
        width: 100%;
        height: 100%;
    }
</style>