diff --git a/src/assets/main.css b/src/assets/main.css index b9077d5..cb4e3b1 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -1,112 +1,124 @@ #app { - font-weight: normal; + font-weight: normal; } a, .green { - text-decoration: none; - color: hsla(160, 100%, 37%, 1); - transition: 0.4s; + text-decoration: none; + color: hsla(160, 100%, 37%, 1); + transition: 0.4s; } @media (hover: hover) { - a:hover { - background-color: hsla(160, 100%, 37%, 0.2); - } + a:hover { + background-color: hsla(160, 100%, 37%, 0.2); + } } .AppSelect .el-input__inner { - background: linear-gradient(180deg, rgba(12, 53, 111, 0) 0%, #0C356F 100%); - border: 1px solid #1760AE; - border-radius: 0; - color: #fff; + background: linear-gradient(180deg, rgba(12, 53, 111, 0) 0%, #0C356F 100%); + border: 1px solid #1760AE; + border-radius: 0; + color: #fff; } .el-table:before, .el-table:after { - background: transparent; + background: transparent; } .el-table .gutter { - background-color: transparent !important; - border-color: transparent !important; + background-color: transparent !important; + border-color: transparent !important; } .flex { - display: flex; + display: flex; } .fill { - flex: 1; - min-height: 0; - min-width: 0; + flex: 1; + min-height: 0; + min-width: 0; } .pointer { - cursor: pointer; + cursor: pointer; } .grid { - display: grid; - grid-template-columns: repeat(4, 1fr); + display: grid; + grid-template-columns: repeat(4, 1fr); } .mb-8 { - margin-bottom: 8px; + margin-bottom: 8px; } .mr-8 { - margin-right: 8px; + margin-right: 8px; } .dv-scroll-board { - overflow: hidden; + overflow: hidden; } .dv-scroll-board .header { - align-items: center; - padding: 6px 0; + align-items: center; + padding: 6px 0; } .dv-scroll-board .header-item, .tableHead .item { - height: initial !important; - line-height: 17px !important; - font-weight: bold; + height: initial !important; + line-height: 17px !important; + font-weight: bold; } .dv-scroll-board .ceil { - padding: 6px 10px !important; + padding: 6px 10px !important; } .dv-scroll-board .row-item { - overflow: hidden; + overflow: hidden; } .dv-scroll-board .ceil, .dv-scroll-board .header-item { - text-wrap: unset !important; - word-break: break-all; - font-size: 12px; - line-height: 17px + text-wrap: unset !important; + word-break: break-all; + font-size: 12px; + line-height: 17px } .summary { - height: 30px; - align-items: center; - color: #66FFFF; - background-image: linear-gradient(90deg, rgba(1, 196, 236, 0.5) 0%, rgba(1, 196, 236, 0.01) 100%); + height: 30px; + align-items: center; + color: #66FFFF; + background-image: linear-gradient(90deg, rgba(1, 196, 236, 0.5) 0%, rgba(1, 196, 236, 0.01) 100%); } .tableHead { - height: 30px; - align-items: center; - background-color: rgba(13, 48, 99, 0.6); + height: 30px; + align-items: center; + background-color: rgba(13, 48, 99, 0.6); } .summary .item, .tableHead .item { - font-size: 12px; - font-weight: bold; - padding: 0 10px; - align-items: center; - box-sizing: border-box; - line-height: 17px; - flex-shrink: 0; + font-size: 12px; + font-weight: bold; + padding: 0 10px; + align-items: center; + box-sizing: border-box; + line-height: 17px; + flex-shrink: 0; +} + +.dialogTable { + position: fixed; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + width: 600px; + height: 300px; + z-index: 9999; + background-color: #07193D; + box-shadow: #fff 0 0 20px; } diff --git a/src/views/AppStoresTable.vue b/src/views/AppStoresTable.vue index 1a2a5c4..3beac3d 100644 --- a/src/views/AppStoresTable.vue +++ b/src/views/AppStoresTable.vue @@ -1,4 +1,5 @@ - + @@ -184,11 +207,12 @@ export default { - + openNearbyStores(v,store)" @click.native.stop/> + @@ -197,34 +221,11 @@ export default { width: 100%; color: #fff; box-sizing: border-box; + position: relative; } .AppStoresTable .dv-scroll-board { - height: 200px; -} - -.tableHeader { - background: rgba(13, 48, 99, 0.6) !important; - color: #fff; - border-color: transparent !important; -} - -.AppStoresTable .el-table tr { - background: transparent; -} - -.AppStoresTable .el-table { - background: transparent; - border-color: transparent; -} - -.AppStoresTable .el-table:before { - background: transparent; -} - -.tableCell { - color: #fff; - border-color: transparent !important; + height: 130px; } .AppStoresTable .headerTitle {