diff --git a/src/assets/images/home/homeTop2.png b/src/assets/images/home/homeTop2.png new file mode 100644 index 000000000..4e07421f3 Binary files /dev/null and b/src/assets/images/home/homeTop2.png differ diff --git a/src/assets/images/renfang/map-right-cur.png b/src/assets/images/renfang/map-right-cur.png new file mode 100644 index 000000000..e42cb473c Binary files /dev/null and b/src/assets/images/renfang/map-right-cur.png differ diff --git a/src/assets/images/renfang/map-right-open.png b/src/assets/images/renfang/map-right-open.png new file mode 100644 index 000000000..1f150dc74 Binary files /dev/null and b/src/assets/images/renfang/map-right-open.png differ diff --git a/src/assets/images/renfang/map-right-title.png b/src/assets/images/renfang/map-right-title.png new file mode 100644 index 000000000..f5b3cac59 Binary files /dev/null and b/src/assets/images/renfang/map-right-title.png differ diff --git a/src/assets/scss/dataBoard/table-border.scss b/src/assets/scss/dataBoard/table-border.scss new file mode 100644 index 000000000..5daedbab0 --- /dev/null +++ b/src/assets/scss/dataBoard/table-border.scss @@ -0,0 +1,66 @@ +.table { + + /deep/ .el-table { + border: 1px solid #225087 !important; + } + /deep/ .el-table td, + /deep/ .el-table tr { + padding: 10px 0px !important; + border: 1px solid #225087 !important; + + } + + /deep/ .el-table th>.cell { + padding: 0!important; + } + /deep/ .el-table th { + padding: 6px 14px !important; + border: 1px solid #225087 !important; + background: #0E3873; + } + + /deep/ .el-table td, + /deep/ .el-table th { + background: none !important; + } + + /deep/ .el-table td { + font-size: 14px; + font-weight: 400; + color: #FFFFFF; + text-shadow: 1px 2px 4px rgba(10, 32, 60, 0.51); + } + + /deep/ .el-table tr { + background: none !important; + background-size: 100% !important; + + + &:hover { + background-color: rgba(26, 149, 255, 0.3) !important; + } + } + + /deep/ .el-table { + background: none !important; + + &:before { + background: none !important; + } + } + + /deep/ .el-table__header-wrapper tr { + color: #A3B9DA !important; + font-size: 14px; + font-weight: 400; + opacity: 0.76; + + &:hover { + background: none !important; + } + } + + /deep/ .el-table__header-wrapper { + background: none; + } +} \ No newline at end of file diff --git a/src/views/dataBoard/cpts/homeDetails/index.vue b/src/views/dataBoard/cpts/homeDetails/index.vue index d4d93f9ef..4abb65376 100644 --- a/src/views/dataBoard/cpts/homeDetails/index.vue +++ b/src/views/dataBoard/cpts/homeDetails/index.vue @@ -52,9 +52,9 @@