diff --git a/src/assets/css/common.css b/src/assets/css/common.css index 58bcfe8..dee52f9 100644 --- a/src/assets/css/common.css +++ b/src/assets/css/common.css @@ -137,3 +137,22 @@ background-color: #00afaf; border-radius: 10px; } +#code { + max-height: 400px; + overflow-y: hidden; +} +#code:hover { + max-height: 400px; + overflow-y: scroll; +} +#code,.el-table { + scrollbar-width: thin; + scrollbar-color: #00afaf #ecf0f1; +} +#code::-webkit-scrollbar, .el-table::-webkit-scrollbar { + width: 8px; +} +#code::-webkit-scrollbar-thumb, .el-table::-webkit-scrollbar-thumb { + background-color: #00afaf; + border-radius: 10px; +} \ No newline at end of file diff --git a/src/components/tabbar/navbar.vue b/src/components/tabbar/navbar.vue index ae16958..0070ae0 100644 --- a/src/components/tabbar/navbar.vue +++ b/src/components/tabbar/navbar.vue @@ -1,13 +1,14 @@ - - \ No newline at end of file + } +}; + + diff --git a/src/view/developmentDocking/mainComponents.vue b/src/view/developmentDocking/mainComponents.vue index 87fe2a1..17ca05a 100644 --- a/src/view/developmentDocking/mainComponents.vue +++ b/src/view/developmentDocking/mainComponents.vue @@ -1,200 +1,816 @@ - - - \ No newline at end of file + } +}; + +