From 6815d4a6a0c69cb6879e957404dfeb500cf7c4b5 Mon Sep 17 00:00:00 2001 From: lzhe <lzhe@example.com> Date: 星期二, 14 五月 2024 18:46:30 +0800 Subject: [PATCH] 1 --- src/views/console/tooling/tray-fixture.vue | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/console/tooling/tray-fixture.vue b/src/views/console/tooling/tray-fixture.vue index e56e623..0e93310 100644 --- a/src/views/console/tooling/tray-fixture.vue +++ b/src/views/console/tooling/tray-fixture.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-05-07 22:48:00 * @LastEditors: Sneed - * @LastEditTime: 2024-05-12 21:28:07 + * @LastEditTime: 2024-05-13 23:40:30 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/tooling/tray-fixture.vue --> <template> @@ -40,4 +40,16 @@ } </script> -<style lang="scss" scoped></style> \ No newline at end of file +<style lang="scss"> +.custom-tabs { + height: 100%; +} + +.custom-tabs .el-tabs__content { + height: calc(100% - 40px); +} + +.custom-tabs .el-tab-pane { + height: 100%; +} +</style> \ No newline at end of file -- Gitblit v1.9.3