From d819cfdbf95f2e74a5b43dd499da4e30ae9b9428 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Tue, 14 Jun 2022 11:00:55 +0800 Subject: [PATCH] add icon --- src/views/dashboard/controls/Tab.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/dashboard/controls/Tab.vue b/src/views/dashboard/controls/Tab.vue index 54372d6a..8ce14b26 100644 --- a/src/views/dashboard/controls/Tab.vue +++ b/src/views/dashboard/controls/Tab.vue @@ -40,7 +40,14 @@ limitations under the License. --> - + + + + + + + + @@ -348,6 +355,10 @@ export default defineComponent({ overflow: auto; } +.tab-icon { + color: #666; +} + .vue-grid-item.active { border: 1px solid #409eff; }