From 060561221cb55a663a18cd69c934b8dc1185bac6 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 16 六月 2024 15:53:23 +0800
Subject: [PATCH] update
---
src/views/console/tooling/tray-fixture.vue | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/src/views/console/tooling/tray-fixture.vue b/src/views/console/tooling/tray-fixture.vue
index e56e623..928e73f 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-16 22:28:23
* @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/tooling/tray-fixture.vue
-->
<template>
@@ -34,10 +34,22 @@
},
data() {
return {
- activeName: '2'
+ activeName: '1'
}
},
}
</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