* Adjust CSS.

This commit is contained in:
leiyong
2022-05-19 07:44:47 +00:00
parent 4198e05c9e
commit 4c14307de1

View File

@@ -9,10 +9,7 @@ label[for^="projectIdList"]:after {width: 14px; height:14px;}
tbody.sortable > tr > td.sort-handler {color: #3c4353 !important;}
.has-prefix {position: relative; display: flex; align-items: center;}
.has-suffix > span,
.has-prefix > span {flex: none;}
.has-suffix > a {color: #0c60e1; display: inline-block; max-width: calc(100% - 50px);}
.has-prefix > a,
.has-suffix > a {max-width: calc(100% - 100px);}
.has-prefix > a {padding-left: 5px;}
.has-suffix > a {padding-right: 5px;}
.has-suffix > a {max-width: calc(100% - 100px); padding-right: 5px; color: #0c60e1; display: inline-block; max-width: calc(100% - 50px);}