Browse Source

fix: 数据看板 - 充值数据 - 列表高度

zhengxy 1 year ago
parent
commit
dba9282fad
1 changed files with 1 additions and 13 deletions
  1. 1 13
      project/src/components/dataBoard/recharge.vue

+ 1 - 13
project/src/components/dataBoard/recharge.vue

@@ -265,19 +265,7 @@ export default {
265 265
   },
266 266
 }
267 267
 </script>
268
-<style lang="scss">
269
-.recharge-wrap .detailsTable {
270
-  .elx-table.elx-editable.size--mini .elx-body--column,
271
-  .elx-table.size--mini .elx-body--column.col--ellipsis,
272
-  .elx-table.size--mini .elx-footer--column.col--ellipsis {
273
-    height: 120px !important;
274
-  }
275
-  .elx-table.size--mini .elx-body--column.col--ellipsis>.elx-cell,
276
-  .elx-table.size--mini .elx-footer--column.col--ellipsis>.elx-cell {
277
-    max-height: initial !important;
278
-  }
279
-}
280
-</style>
268
+
281 269
 <style lang="scss" scoped>
282 270
 .recharge-wrap {
283 271
   position: relative;