From 20df92a5019c38c053a1f0e9176c8fe212ce5054 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 21 二月 2023 17:02:09 +0800 Subject: [PATCH] 店铺管理bug --- src/App.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index bfbe1c3..ba2c5d2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -49,6 +49,9 @@ }; </script> <style lang="scss"> +body { + --operation-color: #409eff; +} .el-select-dropdown__item { height: 100% !important; } -- Gitblit v1.8.0