diff --git a/admin-client/dist/index.html b/admin-client/dist/index.html index 506e36e..8c0d3d1 100644 --- a/admin-client/dist/index.html +++ b/admin-client/dist/index.html @@ -7,7 +7,7 @@ 寰梦后台管理 - + diff --git a/admin-client/dist/static/css/LayoutHeader-YMq9aBbf.css b/admin-client/dist/static/css/LayoutHeader-YMq9aBbf.css deleted file mode 100644 index 955eacc..0000000 --- a/admin-client/dist/static/css/LayoutHeader-YMq9aBbf.css +++ /dev/null @@ -1 +0,0 @@ -.hzy-layout .ant-layout-header{position:relative;z-index:6;width:100%;height:auto!important;line-height:normal!important}.hzy-layout .hzy-layout-header{padding:0;position:relative;display:flex;align-items:center;height:48px!important;transition:background-color .1s;-moz-transition:background-color .1s;-webkit-transition:background-color .1s;-o-transition:background-color .1s}.hzy-layout .hzy-layout-header .hzy-header-btn{padding:0 8px;cursor:pointer;height:100%;display:inline-flex;justify-content:center;align-items:center}.hzy-layout .hzy-layout-header .hzy-header-btn:hover{background:var(--091c5174)} diff --git a/admin-client/src/views/apps/T_Model_Configs/Index.vue b/admin-client/src/views/apps/T_Model_Configs/Index.vue index 0d0ec33..1fa3a44 100644 --- a/admin-client/src/views/apps/T_Model_Configs/Index.vue +++ b/admin-client/src/views/apps/T_Model_Configs/Index.vue @@ -25,6 +25,7 @@ const state = reactive({ total: 100, columns: [] as any, data: [] as any, + scroll: { x: "100vw", y: "60vh" }, }); //权限 @@ -140,6 +141,11 @@ function exportExcel() { + + + + + @@ -212,20 +218,20 @@ function exportExcel() {