|
@@ -1,144 +0,0 @@
|
|
|
-.main-body,
|
|
|
-.warn-table,
|
|
|
-.df-table {
|
|
|
-
|
|
|
- .el-table,
|
|
|
- .custom-table.el-table {
|
|
|
- background: transparent;
|
|
|
- border: 0px;
|
|
|
-
|
|
|
- &.el-table--border::after,
|
|
|
- &.el-table--group::after,
|
|
|
- &::before {
|
|
|
- background-color: transparent;
|
|
|
- }
|
|
|
-
|
|
|
- tr {
|
|
|
- &:hover {
|
|
|
- td {
|
|
|
- color: @green;
|
|
|
- background-color: transparent !important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- td {
|
|
|
- border: 0px;
|
|
|
- padding: 0;
|
|
|
- height: 37px;
|
|
|
- line-height: 37px;
|
|
|
- color: #b3bdc0;
|
|
|
-
|
|
|
- &.light,
|
|
|
- &.always-light {
|
|
|
- color: @green !important;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- th {
|
|
|
- border: 0px;
|
|
|
- padding: 0px;
|
|
|
- height: 37px;
|
|
|
- line-height: 37px;
|
|
|
- font-weight: normal;
|
|
|
- text-align: center;
|
|
|
- color: @gray-l;
|
|
|
- cursor: pointer;
|
|
|
-
|
|
|
- &.is-leaf {
|
|
|
- border: 0px;
|
|
|
- }
|
|
|
-
|
|
|
- &.light,
|
|
|
- &.always-light {
|
|
|
- color: @green !important;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- th,
|
|
|
- tr {
|
|
|
- background-color: transparent;
|
|
|
- border: 0px;
|
|
|
- }
|
|
|
-
|
|
|
- thead {
|
|
|
- color: @gray-l;
|
|
|
- font-weight: 500;
|
|
|
- font-size: 14px;
|
|
|
- border: 0px;
|
|
|
-
|
|
|
- th,
|
|
|
- &.is-group th {
|
|
|
- &.el-table__cell {
|
|
|
- background: #282f31;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-table__body {
|
|
|
- border: 0px;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- &.el-table--striped .el-table__body tr.el-table__row--striped {
|
|
|
- &:hover td {
|
|
|
- background-color: fade(@gray, 20) !important;
|
|
|
- }
|
|
|
-
|
|
|
- td {
|
|
|
- background-color: fade(@gray, 20);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- &.el-table--border,
|
|
|
- &.el-table--group {
|
|
|
- border: none;
|
|
|
- }
|
|
|
-
|
|
|
- .ascending .sort-caret.ascending {
|
|
|
- border-bottom-color: @green;
|
|
|
- }
|
|
|
-
|
|
|
- .descending .sort-caret.descending {
|
|
|
- border-top-color: @green;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-table__expanded-cell {
|
|
|
- background: transparent;
|
|
|
- }
|
|
|
-
|
|
|
- .el-table__footer-wrapper tbody td {
|
|
|
- background: #1a1f2fcc;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.warn-table {
|
|
|
- .el-table {
|
|
|
- thead th.el-table__cell {
|
|
|
- background: rgba(83, 89, 104, 0.3);
|
|
|
- }
|
|
|
-
|
|
|
- &.el-table--striped .el-table__body tr.el-table__row--striped td {
|
|
|
- background-color: #161415;
|
|
|
- }
|
|
|
-
|
|
|
- tr {
|
|
|
- &.isConfirm {
|
|
|
- &:hover {
|
|
|
- td {
|
|
|
- color: #05bb4c !important;
|
|
|
- background-color: transparent !important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- &:hover {
|
|
|
- td {
|
|
|
- color: #d35400 !important;
|
|
|
- background-color: transparent !important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|