浏览代码

fix(webapp): fix no-data slot positioning in domain view

Peter Thomassen 2 年之前
父节点
当前提交
6ffc268cb0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      www/webapp/src/views/Domain/CrudDomain.vue

+ 1 - 1
www/webapp/src/views/Domain/CrudDomain.vue

@@ -118,7 +118,7 @@ export default {
 
 <!-- Add "scoped" attribute to limit CSS to this component only -->
 <style scoped>
-    >>> td {
+    >>> tr:not(.v-data-table__empty-wrapper) td {
         vertical-align: top;
     }
     >>> .v-data-table .v-data-table__mobile-row {