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> <style lang="scss"> .custom-tabs { height: 100%; } .custom-tabs .el-tabs__content { height: calc(100% - 40px); } .custom-tabs .el-tab-pane { height: 100%; } </style>