-
+
@@ -1402,8 +1404,8 @@ const getMenuList = (val: boolean) => {
v-permission="['dataset']"
>
-
@@ -1411,8 +1413,8 @@ const getMenuList = (val: boolean) => {
-
@@ -1762,7 +1764,6 @@ const getMenuList = (val: boolean) => {
v-loading="dsTableDataLoading"
header-cell-class-name="header-cell"
:data="state.dsTableData"
- stripe
style="width: 100%"
>
@@ -2219,7 +2220,7 @@ const getMenuList = (val: boolean) => {
}
.datasource-table {
- padding: 24px;
+ padding: 14px 20px;
margin: 24px;
// background: #fff;
height: calc(100vh - 200px);
@@ -2411,7 +2412,7 @@ border-right: 1px solid rgba(54, 54, 54, 1)
background: transparent;
}
.header-cell{
- background: rgba(54, 54, 54, 1) !important;
+ background: rgba(54, 54, 54, 1) ;
border-top: 1px solid rgba(54, 54, 54, 1)
}
.ed-table-v2__header-cell{
@@ -2441,4 +2442,89 @@ border-right: 1px solid rgba(54, 54, 54, 1)
.ed-table--enable-row-hover .ed-table__body tr:hover>td.ed-table__cell{
background: rgba(38, 38, 38, 1);
}
+.ed-dropdown-menu__item--divided {
+ border-top: 1px solid #5f5f5f !important;
+}
+.icon-more:before {
+ content: "";
+}
+.ed-tree-node__content.is-menu:hover {
+ background: rgb(41, 41, 41);
+}
+.ed-dropdown-menu{
+ background-color: rgb(41, 41, 41);
+}
+.ed-dropdown-menu__item{
+ color: #fff;
+}
+.ed-dropdown-menu__item--divided{
+ border-top: 1px solid #5f5f5f;
+}
+.ed-dropdown-menu__item:not(.is-disabled):hover{
+ background-color: rgb(61, 61, 61);
+}
+.ed-dropdown__popper.ed-popper{
+ border: 1px solid #5f5f5f;
+ background:transparent;
+}
+.ds-table-drawer .table-name {
+ color: #B8BCBF;
+}
+.ed-dialog__header{
+ padding-right: 0px;
+ padding: 13px 20px;
+ border-bottom: 1px solid #333333;
+}
+.ed-dialog__headerbtn{
+ color: #ffffff;
+}
+.ed-dialog__title{
+ color: #ffffff;
+}
+.ed-dialog__headerbtn{
+ top: 13px !important;
+}
+.ed-dialog {
+ border: 1px solid #5f5f5f;
+ border-radius: 4px;
+}
+.header-cell{
+ background-color: rgb(40, 40, 40) !important;
+}
+.ed-table .ed-table__cell{
+ border-left: 1px solid #363636;
+}
+.ed-table__row .ed-table__cell:last-child{
+ border-right: 1px solid #363636 !important;
+}
+.ed-pagination button{
+ background: #252626 !important;
+ border: 1px solid #636363 !important;
+ color:#fff !important;
+}
+.ed-pagination .ed-pager li{
+ background: #252626 !important;
+ border: 1px solid #636363 !important;
+ color:#fff !important;
+}
+.ed-pagination__jump{
+ color:#fff !important;
+}
+.ed-pagination .btn-next:hover, .ed-pagination .btn-prev:hover{
+ background: #252626 !important;
+ border: 1px solid #0089ff !important;
+ color:#0089ff !important;
+}
+.ed-pagination button.is-disabled, .ed-pagination button:disabled {
+ color: #bbbfc4 !important;
+ background-color: #252626 !important;
+}
+.ed-pagination .btn-next[aria-disabled=true]:active, .ed-pagination .btn-next[aria-disabled=true]:hover, .ed-pagination .btn-prev[aria-disabled=true]:active, .ed-pagination .btn-prev[aria-disabled=true]:hover{
+ color: #bbbfc4 !important;
+ background-color: #252626 !important;
+ border-color: #636363 !important;
+}
+.ed-button.is-text{
+ color:#0089ff !important;
+}
\ No newline at end of file