-
Notifications
You must be signed in to change notification settings - Fork 371
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
杨国璇
authored and
杨国璇
committed
Aug 6, 2024
1 parent
5b1e7ba
commit 2321bce
Showing
7 changed files
with
169 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.dirent-detail-item .sf-metadata-checkbox-formatter { | ||
border: 2px solid #e0e0e0; | ||
border-radius: 3px; | ||
height: 20px; | ||
width: 20px; | ||
overflow: hidden; | ||
} | ||
|
||
.dirent-detail-item .sf-metadata-checkbox-formatter .sf-metadata-icon-check-mark { | ||
font-size: 12px; | ||
} | ||
|
||
.dirent-detail-item .sf-metadata-single-select-formatter { | ||
height: 20px; | ||
line-height: 1 !important; | ||
} | ||
|
||
.dirent-detail-item .sf-metadata-ui.collaborator-item .collaborator-avatar { | ||
margin-left: 1px; | ||
} | ||
|
||
.dirent-detail-item .sf-metadata-collaborator-formatter .sf-metadata-ui.collaborator-item { | ||
margin-bottom: 2px; | ||
margin-top: 2px; | ||
} | ||
|
||
.dirent-detail-item .sf-metadata-record-checkbox-cell-empty { | ||
line-height: 1; | ||
height: 20px; | ||
} | ||
|
||
.dirent-detail-item .sf-metadata-record-checkbox-cell-empty::before { | ||
content: ''; | ||
position: relative; | ||
display: inline-block; | ||
height: 20px; | ||
width: 20px; | ||
border: 2px solid #e0e0e0; | ||
border-radius: 3px; | ||
line-height: 1; | ||
} |
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