Skip to content

Commit

Permalink
fix: fix style (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetao92 authored Apr 20, 2023
1 parent b5d166d commit a86f21b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/CSVPreviewLink/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
font-family: Roboto-Regular, sans-serif;
font-weight: bold;
color: @blue;
span {
white-space: initial;
}
}
.btnActived {
color: @lightBlack;
Expand Down
5 changes: 5 additions & 0 deletions app/pages/Import/TaskCreate/SchemaConfig/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
}
.vidCollapse {
width: 100%;
:global(.ant-collapse-header-text) {
max-width: 95%;
}
.funcItem {
width: 100%;
margin-bottom: 15px;
Expand All @@ -154,13 +157,15 @@
background: #F3F6F9;
padding: 8px 8px 0;
flex: 1;
max-width: 100%;
.tagItem {
background: #8697B0;
border-radius: 3px;
padding: 6px;
color: #fff;
margin-bottom: 10px;
display: inline-block;
word-break: break-all;
&:not(:last-child) {
margin-right: 10px;
}
Expand Down

0 comments on commit a86f21b

Please sign in to comment.