From a71535cf11e40a03585366f016266e3fbb1df15a Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 07 十二月 2023 15:34:58 +0800 Subject: [PATCH] 编码规则样式处理 --- Source/UBCS-WEB/src/views/modeling/LinkType.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/modeling/LinkType.vue b/Source/UBCS-WEB/src/views/modeling/LinkType.vue index 05f87a3..d28d2bc 100644 --- a/Source/UBCS-WEB/src/views/modeling/LinkType.vue +++ b/Source/UBCS-WEB/src/views/modeling/LinkType.vue @@ -286,7 +286,7 @@ } </script> -<style lang="scss"> +<style lang="scss" scoped> .attributeCrud>.el-card:nth-of-type(2)>.el-card__body>.avue-crud__menu { display: none !important; } -- Gitblit v1.9.3