From d5e20ad676f026db126bae6d57d50c653b70870b Mon Sep 17 00:00:00 2001 From: luofann Date: Mon, 15 Jan 2024 20:12:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9D=83=E9=99=90=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=8D=95=E6=8D=AE=E8=A1=A8=E6=A0=BC=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E5=8D=A0=E6=95=B4=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++- bkcodeai.json | 30 +++++++++++++++++++ .../components/renderview/tags/TagTable.vue | 3 +- .../ticket/details/components/tableFields.vue | 7 +++-- .../ticket/details/rightTicketTabs/LogTab.vue | 3 +- 5 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 bkcodeai.json diff --git a/.gitignore b/.gitignore index e0c39056b..9791e5aa3 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,6 @@ config/local_settings.py #blueapps/ .codecc build.yml -.vscode \ No newline at end of file +.vscode + +pre-*-bkcodeai diff --git a/bkcodeai.json b/bkcodeai.json new file mode 100644 index 000000000..153ac8c14 --- /dev/null +++ b/bkcodeai.json @@ -0,0 +1,30 @@ +{ + "crignore_file_patterns": [ + "out/", + "dist/", + "assets/", + "images/", + "package.json", + "package-lock.json", + "yarn.lock", + ".env.*", + "*.env", + "*.map", + "*.yml", + "*.yaml", + "*.min.js", + "libs/", + "static/", + "doc/", + "docs/", + "*.mo", + "*.po", + "*.ini", + "*.toml", + "*.json", + "*.xml", + "*.lock", + "*.md", + "*.txt" + ] +} \ No newline at end of file diff --git a/frontend/pc/src/components/renderview/tags/TagTable.vue b/frontend/pc/src/components/renderview/tags/TagTable.vue index 2ac650451..1bacceb67 100644 --- a/frontend/pc/src/components/renderview/tags/TagTable.vue +++ b/frontend/pc/src/components/renderview/tags/TagTable.vue @@ -26,7 +26,8 @@ + :border="true" + :max-height="500">
+ :class="['bk-field-line', { 'full-line': item.type === 'CUSTOM-FORM' }]">
+ :class="['bk-field-line', { 'full-line': item.type === 'CUSTOM-FORM' }]">