派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-29 2ce343785f7adc709fdc1b843fe42c64129280d6
添加弹窗模块边框角高亮
2个文件已修改
6 ■■■■■ 已修改文件
src/components/BaseNav/PublicBounced/GasComponents/GasTable.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/PublicBounced/PublicBounced.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/PublicBounced/GasComponents/GasTable.vue
@@ -85,9 +85,10 @@
  border-top: none;
}
.el-row {
  width: 100%;
  color: #00d0f9;
  .el-col{
    width: 200px;
    width: 180px;
    height: 28px;
    background-color: #243a55;;
    text-align: center;
src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -88,10 +88,11 @@
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    //align-items: center;
    justify-content: space-around;
    .public-bounced-content-left {
      //flex: 1;
      width: 48%;
      height: 400px;
    }