Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
83ad2e455170ec5db82eff0706dc0521b241a832
Authored by
fengtao
2024-05-20 17:57:47 +0800
1 parent
e66bae5f
perf(src/views): 优化自定义文字,默认显示边框
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/packages/components/external/Informations/Texts/OverrideTextCommon/config.ts
src/packages/components/external/Informations/Texts/OverrideTextEnumCommon/config.ts
src/packages/components/external/Informations/Texts/OverrideTextCommon/config.ts
View file @
83ad2e4
...
...
@@ -36,8 +36,8 @@ export const option = {
36
36
fontWeight: 'normal',
37
37
38
38
// 边框
39
-
borderWidth: 0,
40
-
borderColor: '#ffffff',
39
+
borderWidth: 1,
40
+
borderColor: '#3c7eff',
41
41
borderRadius: 5,
42
42
43
43
// 字间距
...
...
src/packages/components/external/Informations/Texts/OverrideTextEnumCommon/config.ts
View file @
83ad2e4
...
...
@@ -36,8 +36,8 @@ export const option = {
36
36
fontWeight: 'normal',
37
37
38
38
// 边框
39
-
borderWidth: 0,
40
-
borderColor: '#ffffff',
39
+
borderWidth: 1,
40
+
borderColor: '#3c7eff',
41
41
borderRadius: 5,
42
42
43
43
// 字间距
...
...