-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
303 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
app-v2/pages/Import/TaskCreate/SchemaConfig/EdgeConfig/index.less
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
app-v2/pages/Import/TaskCreate/SchemaConfig/TagConfig/index.less
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@import '~@appv2/common.less'; | ||
.schema-page { | ||
padding: 25px 35px; | ||
.schema-header { | ||
font-family: Roboto; | ||
font-weight: bold; | ||
font-size: 18px; | ||
padding-bottom: 12px; | ||
border-bottom: 1px solid @gray; | ||
} | ||
.schema-container { | ||
padding-top: 20px; | ||
.btn-create { | ||
margin-bottom: 12px; | ||
} | ||
.table-space-list { | ||
.space-item { | ||
margin-top: 15px; | ||
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); | ||
border-radius: 6px; | ||
} | ||
.ant-table { | ||
background-color: transparent; | ||
} | ||
table { | ||
border-collapse: separate; | ||
border-spacing: 0 15px; | ||
} | ||
.ant-table-row { | ||
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); | ||
border-radius: 6px; | ||
background-color: #FFFFFF; | ||
} | ||
.cell-btn { | ||
padding-left: 0; | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.