diff --git a/src/assets/css/components/components/charts/panel.scss b/src/assets/css/components/components/charts/panel.scss
deleted file mode 100644
index 77c31ec6..00000000
--- a/src/assets/css/components/components/charts/panel.scss
+++ /dev/null
@@ -1,974 +0,0 @@
-.entity-detail-tool {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin: 10px 20px 10px 0;
- padding: 0 20px;
- height: 60px;
- background-color: #FFFFFF;
- box-shadow: 0 1px 2px 0 rgba(0,0,0,0.06);
- border-radius: 2px;
-
- .cn-icon-arrow-left-circle {
- color: $--color-primary;
- font-size: 20px;
- }
-}
-
-.chart-error-popper{
- word-wrap:break-word;
- word-break:break-word;
- border: 1px solid #e02f44;
- min-width: 180px !important;
- max-width: 280px !important;
-}
-
-.chart-header-position{
- position: relative;
-}
-
-.chart-error-popper.el-popper.is-light {
- background: #e02f44;
- border: 1px solid #e02f44;
-}
-.chart-error-popper.el-popover.el-popper {
- color:white;
-}
-
-.chart-error-popper.el-popper.is-light[data-popper-placement^='top'] .el-popper__arrow::before {
- border-color: #e02f44;
- background: #e02f44;
- bottom:0px;
-}
-
-.chart-error-popper.el-popper.is-light[data-popper-placement^='bottom'] .el-popper__arrow::before {
- border-color: #e02f44;
- background: #e02f44;
-}
-
-.chart-info-corner {
- color: #767980;
- cursor: pointer;
- position: absolute;
- display: none;
- left: 0;
- width: 28px;
- height: 28px;
- z-index: 2;
- top: 0;
-}
-.chart-info-corner--error {
- display: block;
- color: #fff;
-}
-.chart-info-corner--error .chart-info-corner-inner {
- border-left: 28px solid #e02f44;
- border-right: none;
- border-bottom: 28px solid rgba(0,0,0,0);
-}
-.chart-info-corner-inner {
- width: 0;
- height: 0;
- position: absolute;
- left: 0;
- bottom: 0;
-}
-.chart-info-corner .fa {
- position: absolute;
- top: 2px;
- left: 6px;
- font-size: 65%;
- z-index: 3;
- font-style: normal;
-}
-.cn-chart-icon-warning:before {
- content: "!";
- font-weight:normal;
-}
-
-.cn-chart:not(.cn-chart__group):not(.cn-chart__block) {
- &>.cn-chart__body {
- height: 100%;
- width: 100%;
- }
-}
-.cn-panel, .cn-panel>.cn-chart__tabs>.el-tabs__content>.el-tab-pane, .cn-chart__group .cn-chart__body, .cn-chart__block .cn-chart__body {
- display: grid;
- grid-template-columns: repeat(30, 1fr);
- grid-auto-flow: row;
- grid-gap: 10px;
- overflow: auto;
- padding-right: 20px;
- position: relative;
-
- .panel__time {
- position: absolute;
- right: 20px;
- top: 10px;
- z-index: 1;
- display: flex;
-
- &>div {
- margin-left: 10px;
- }
- }
-
- &>.cn-chart {
- position: relative;
- background-color: #FFFFFF;
- border: 1px solid #E7EAED;
- box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02);
- border-radius: 2px;
- height: calc(100% - 47px);
- width: 100%;
-
- .chart-drawing {
- height: 100%;
- width: 100%;
- }
- }
- &>.cn-chart__whois>.cn-chart__body {
- overflow: auto;
- }
- &>.cn-chart__echarts, &>.cn-chart__table, &>.cn-chart__map, &>.cn-chart__group, &>.cn-chart__block, &>.cn-chart__whois, &>.cn-chart__dns-record, &>.cn-chart__app-basic {
- display: flex;
- flex-direction: column;
- .cn-chart__header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-shrink: 0;
- padding: 10px 20px 10px 18px;
- height: 47px;
-
- .cn-chart__title {
- font-size: 16px;
- color: #333333;
- font-weight: bold;
- }
- .header__operations {
- color: #999;
- }
- }
- .cn-chart__body {
- flex: auto;
- display: flex;
- .el-descriptions {
- padding-top: 30px;
- }
- &>.el-descriptions {
- flex: 0 0 350px;
- padding: 30px 36px;
- }
- .chart-location {
- display: flex;
- flex: 1;
- flex-direction: column;
- padding: 0 20px 20px 0;
- }
- .el-descriptions__content {
- color: #3976CB;
- }
- }
- }
- &>.cn-chart__block {
- &>.cn-chart__header {
- height: 60px;
- border-bottom: none !important;
- }
- &>.cn-chart__body {
- display: grid !important;
- grid-template-columns: repeat(30, 1fr);
- grid-auto-flow: row;
- grid-gap: 10px;
- padding: 0 20px;
- &>.cn-chart {
- border: 1px solid #E7EAED;
- }
- /* detail页面block下的五连图的标题样式改变 */
- .cn-chart__group .cn-chart__echarts {
- .cn-chart__header {
- border-bottom: none !important;
-
- .header__title {
- font-size: 14px !important;
- color: #3976CB !important;
- }
- }
- }
- }
- }
- .cn-chart__group {
- .cn-chart__header {
- border-bottom: 1px solid $--content-right-background-color;
- }
- &>.cn-chart__body {
- display: grid !important;
- grid-gap: 10px;
- padding: 0 20px;
- .cn-chart {
- border: none;
- box-shadow: none;
- }
- }
- }
- &>.cn-chart__title {
- display: flex;
- align-items: center;
- font-size: 20px;
- padding-left: 10px;
- color: #333;
- background-color: transparent;
- box-shadow: none;
- border: none;
- }
- &>.cn-chart__tabs {
- padding: 10px 25px 10px 15px;
-
- .el-tabs__nav-wrap::after {
- height: 1px;
- }
- &>.el-tabs__header {
- margin-bottom: 10px;
- }
- &>.el-tabs__content {
- height: calc(100% - 40px);
- }
- }
- &>.cn-chart__table {
- .cn-chart__header {
- border-bottom: 1px solid $--content-right-background-color;
- .header__operations {
- display: flex;
- justify-content: end;
- align-items: center;
-
- .header__operation.header__operation--table {
- display: flex;
- align-items: center;
- height: 22px;
- margin-left: 10px;
- color: $--color-primary;
- border: 1px solid $--color-primary;
- border-radius: $--border-radius-primary;
-
- .option__button {
- display: flex;
- align-items: center;
- height: 100%;
- padding: 0 5px;
- cursor: pointer;
- background-color: white;
- transition: all linear .2s;
- }
- .option__button:hover {
- background-color: #EFF2F5;
- }
- .option__button.icon-group-item:first-of-type:not(:last-of-type) {
- padding: 0 5px 0 0;
- }
- .option__button.icon-group-item:last-of-type:not(:first-of-type) {
- padding: 0 0 0 5px;
- }
- .option__select {
- .el-input__inner {
- width: 80px;
- padding-right: 20px;
- border: none;
- height: 100%;
- line-height: 20px;
- color: $--color-primary;
- }
- .el-input__prefix > div {
- font-weight: normal;
- line-height: 19px;
- color: $--color-primary;
- }
- .el-input__suffix {
- display: flex;
- .el-input__suffix-inner {
- line-height: 14px;
- .el-select__caret {
- line-height: 14px;
- width: 16px;
- color: $--color-primary;
- }
- }
- }
- }
- .option__select.select-column {
- .el-input__inner {
- width: 86px;
- padding-left: 8px;
- }
- }
- .icon-group-divide {
- height: 14px;
- width: 1px;
- background-color: $--color-primary;
- }
- i {
- font-size: 12px;
- }
- }
- }
- }
- .cn-chart__body {
- flex: auto;
- overflow-y: auto;
-
- .el-table {
- padding: 0 10px;
-
- &:before {
- height: 0;
- }
- thead {
- color: #333;
- }
- th.is-leaf, td {
- border-bottom: none;
- }
- th {
- padding-bottom: 5px;
- }
- td {
- padding: 4px 0;
- color: #333;
- }
- }
- }
- }
- &>.cn-chart__echarts {
- .cn-chart__header {
- border-bottom: 1px solid $--content-right-background-color;
- .header__operations {
- display: flex;
- justify-content: end;
- align-items: center;
-
- .header__operation.header__operation--echarts {
- display: flex;
- align-items: center;
- height: 22px;
- margin-left: 10px;
- color: $--color-primary;
- border: 1px solid $--color-primary;
- border-radius: $--border-radius-primary;
-
- .option__button {
- display: flex;
- align-items: center;
- height: 100%;
- padding: 0 5px;
- cursor: pointer;
- background-color: white;
- transition: all linear .2s;
- }
- .option__button:hover {
- background-color: #EFF2F5;
- }
- .option__button.icon-group-item:first-of-type:not(:last-of-type) {
- padding: 0 5px 0 0;
- }
- .option__button.icon-group-item:last-of-type:not(:first-of-type) {
- padding: 0 0 0 5px;
- }
- .option__select {
- .el-input__inner {
- width: 120px;
- padding-right: 20px;
- border: none;
- height: 100%;
- line-height: 20px;
- color: $--color-primary;
- }
- .el-input__prefix > div {
- font-weight: normal;
- line-height: 19px;
- color: $--color-primary;
- }
- .el-input__suffix {
- display: flex;
- .el-input__suffix-inner {
- line-height: 14px;
- .el-select__caret {
- line-height: 14px;
- width: 16px;
- color: $--color-primary;
- }
- }
- }
- }
- .option__select.select-column {
- .el-input__inner {
- width: 86px;
- padding-left: 8px;
- }
- }
- .icon-group-divide {
- height: 14px;
- width: 1px;
- background-color: $--color-primary;
- }
- i {
- font-size: 12px;
- }
- }
- }
- }
- .cn-chart__body {
- overflow: hidden auto;
-
- .el-table {
- padding: 0 10px;
-
- &:before {
- height: 0;
- }
- thead {
- color: #333;
- }
- th.is-leaf, td {
- border-bottom: none;
- }
- th {
- padding-bottom: 5px;
- }
- td {
- padding: 4px 0;
- color: #333;
- }
- }
- }
- .cn-chart__body.pie-with-table {
- flex-basis: 40%;
- }
- .cn-chart__footer.pie-with-table {
- flex-basis: 60%;
- padding: 10px 30px 30px;
- }
- }
- .pie-table {
- font-size: 14px;
- color: #333333;
- font-weight: 500;
-
- .el-table__header-wrapper {
- .cell {
- color: #333;
- }
- }
- .el-table__expanded-cell[class*=cell] {
- padding: 0;
- }
-
- .expand-table .el-table__body .el-table__row:last-of-type td {
- border: none;
- }
- .expand-table {
- font-weight: 400;
- color: #606266;
-
- .el-table__body-wrapper {
- height: auto !important;
- }
- }
- }
- .chart__legend {
- width: calc(100% - 40px);
- border: 1px solid #E7EAED;
- color: #5f6368;
- margin: auto;
- margin-bottom: 15px;
-
- .chart__table-top {
- width: 100%;
- height: 30px;
- border-bottom: #E7EAED 1px solid;
- display: flex;
-
- div {
- font-size: 13px;
- line-height: 28px;
- color: $--color-primary;
- }
- }
- .chart__table-below {
- height: 240px;
- width: 100%;
- font-size: 13px;
- }
- .table-below-box {
- width: 100%;
- display: flex;
- align-items: center;
- line-height: 24px;
- }
- .table-below-box:hover {
- background-color: #f9f9f9;
- border: 0;
- color: #383838;
- }
- .table__below-color {
- width: 27px;
- height: 7px;
- flex-shrink: 0;
- padding-left: 10px;
-
- div {
- height: 100%;
- width: 100%;
- border-radius: 24%;
- }
- }
- .table__below-title {
- padding: 0 6px;
- flex-shrink: 1;
- flex-grow: 1;
- overflow: hidden;
- min-width: 200px;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .table__below-statistics {
- width: 80px;
- flex-shrink: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .table-below-box:not(.chart__table-top) {
- cursor: pointer;
- }
- .table-below-box.table-below-box--inactivated {
- color: #ccc;
- .table__below-color div {
- background-color: #ccc !important;
- }
- }
- }
-}
-@media only screen and (min-width : 10px) {
- .cn-panel, .cn-panel>.cn-chart__tabs>.el-tabs__content>.el-tab-pane,
- .cn-chart__body {
- grid-auto-rows: 25px;
- }
-}
-@media only screen and (min-width : 1224px) {
- .cn-panel,
- .cn-panel>.cn-chart__tabs>.el-tabs__content>.el-tab-pane,
- .cn-chart__body {
- grid-auto-rows: 30px;
- }
-}
-@media only screen and (min-width : 1824px) {
- .cn-panel,
- .cn-panel>.cn-chart__tabs>.el-tabs__content>.el-tab-pane,
- .cn-chart__body {
- grid-auto-rows: 40px;
- }
-}
-@media only screen and (min-width : 2424px) {
- .cn-panel,
- .cn-panel>.cn-chart__tabs>.el-tabs__content>.el-tab-pane,
- .cn-chart__body {
- grid-auto-rows: 55px;
- }
-}
-.cn-panel>.cn-chart__tabs>.el-tabs__content>.el-tab-pane>.cn-chart {
- border: none;
- box-shadow: none;
- .cn-chart__header {
- border-bottom: none;
- }
-}
-
-.cn-entity-detail {
- height: 100%;
- width: 100%;
- overflow: hidden;
- .entity-detail__header {
- display: flex;
- justify-content: space-between;
- height: 70px;
- padding-right: 20px;
- background-color: #F7F9FB;
-
- .detail-header__title {
- display: flex;
- align-items: center;
- padding-left: 20px;
- font-size: 20px;
-
- .title__icon-circle {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 38px;
- width: 38px;
- border-radius: 50%;
- background-color: #B8C1D1;
-
- i {
- color: white;
- font-size: 20px;
- }
- }
- .title__name {
- text-overflow: ellipsis;
- max-width: 400px;
- overflow: hidden;
- white-space: nowrap;
- padding-left: 10px;
- color: #333;
- }
- }
- .detail-header__operation {
- display: flex;
- align-items: flex-end;
-
- .panel__time {
- display: flex;
- padding: 0 30px 10px 0;
- }
-
- & > .el-tabs > .el-tabs__header { // header背景色
- margin: 0 0 -1px 0;
-
- & > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav {
- & > .el-tabs__item {
- height: 35px;
- line-height: 35px;
- }
- & > .el-tabs__item.is-active { // 激活的tab上边框和背景色
- background-color: white;
- border-top: 2px solid #0091ff;
- }
- & > .el-tabs__active-bar {
- display: none;
- }
- & > div:last-of-type {
- padding-right: 20px;
- }
- & > div:nth-of-type(2) {
- padding-left: 20px;
- }
- }
- }
- & > .el-tabs > .el-tabs__header > .el-tabs__nav-wrap::after { // 去掉tabs下方边框
- height: 0 !important;
- }
- &>.el-tabs { // 底部对齐
- display: flex;
- align-items: flex-end;
- }
- }
- }
- .entity-detail__body {
- height: 100%;
- width: 100%;
- overflow: auto;
- /*&>div {
- display: grid;
- grid-template-columns: repeat(30, 1fr);
- grid-auto-flow: row;
- grid-gap: 10px;
- height: 100%;
- }
-
- .cn-panel {
- padding: 20px;
- grid-gap: 10px;
-
- &>.cn-chart>.cn-chart__header {
- border-bottom: 1px solid $--content-right-background-color;
- .header__title>span {
- color: #1890FF;
- font-weight: bold;
- font-size: 16px;
- }
- }
- &>.cn-chart>.cn-chart__body {
- .cn-chart__header {
- border-bottom: 1px solid $--content-right-background-color;
- .header__title {
- color: #666;
- font-size: 16px;
- }
- }
- }
- }*/
- }
-}
-.el-overlay {
- overflow: hidden !important;
-}
-.entity-detail__dialog {
- height: 90vh;
- overflow: hidden;
- .el-dialog__header {
- display: none;
- }
- .el-dialog__body {
- height: 100%;
- padding: 0;
- }
-}
-.option-popper {
- .el-select-dropdown__item {
- height: 24px;
- line-height: 24px;
- font-size: 12px;
- }
-}
-.header__operation-btn {
- margin-left: 12px;
- cursor: pointer;
- color: #999;
-}
-.ip-detail-as {
- color: #999;
- font-size: 12px;
- padding-left: 10px;
-}
-//.cn-chart-select{
-// display: flex;
-// align-items: center;
-// height: 22px;
-// margin-left: 10px;
-// color: #0091ff;
-// border: 1px solid #0091ff;
-// border-radius: 2px;
-//}
-.cn-chart__single-value.cn-chart__single-value--detail-overview.cn-chart__single-value--icon-left {
- .single-value__icon {
- width: 38px;
- height: 38px;
-
- i {
- font-size: 15px;
- }
- }
- .single-value__content {
- .content__data {
- font-size: 14px;
- }
- .content__title {
- font-size: 12px;
- }
- }
-}
-.cn-chart__single-value.cn-chart__single-value--icon-left {
- display: flex;
- align-items: center;
-
- .single-value-icon__box {
- display: flex;
- align-items: center;
- justify-content: center;
- flex: 0 0 40%;
- }
-
- .single-value__icon {
- display: flex;
- justify-content: center;
- width: 72px;
- height: 72px;
- background-color: $--chart-single-value-icon-background-color;
- border-radius: 50%;
-
- i {
- display: flex;
- align-items: center;
- font-size: 28px;
- color: $--color-primary;
- }
- }
-
- .single-value__content {
- display: flex;
- flex-direction: column;
- max-width: 60%;
- padding-right: 10px;
-
- .content__data {
- padding-bottom: 7%;
- font-size: 24px;
- color: #333333;
- font-weight: bold;
- }
- .content__title {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: 16px;
- color: #666666;
- }
- &.single-value__content--with-chart {
- .content__title {
- border-bottom: 1px solid $--content-right-background-color;
- }
- }
- .single-value__unit {
- font-weight: normal;
- padding-left: 10px;
- color: #666;
- font-size: 20px;
- }
- }
-}
-.cn-chart__single-value.cn-chart__single-value--icon-right {
- display: flex;
- flex-direction: row-reverse;
- justify-content: space-around;
- align-items: center;
-
- .single-value__icon {
- background-color: $--chart-single-value-icon-background-color;
- border-radius: 50%;
- position: relative;
- margin-right: 7.5%;
- margin-bottom: 6%;
- width: 56px;
- height: 56px;
-
- i {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- font-size: 24px;
- color: $--color-primary;
- }
- }
-
- .single-value__content {
- display: flex;
- height: 100%;
- flex-direction: column;
-
- .content__title {
- display: flex;
- align-items: center;
- height: 50%;
- font-size: 16px;
- color: #666666;
- }
- .content__data {
- display: flex;
- padding-top: 5%;
- height: 50%;
- flex: auto;
- font-size: 24px;
- color: #333333;
- font-weight: bold;
- }
- }
-}
-.cn-chart__single-value.cn-chart__single-value--icon-right--color {
- display: flex;
- flex-direction: row-reverse;
- justify-content: space-around;
- align-items: center;
-
- .single-value__content {
- display: flex;
- height: 100%;
- width: 100%;
- flex-direction: row-reverse;
- justify-content: space-between;
- align-items: center;
-
- .single-value-icon__box {
- padding-right: 30px;
- .single-value__icon {
- border-radius: 50%;
- position: relative;
- margin-right: 7.5%;
- margin-top: 30%;
-
- .cn-icon-svg {
- width: 50px;
- height: 50px;
- vertical-align: middle;
- fill: currentColor;
- overflow: hidden;
- }
-
- i {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- font-size: 24px;
- }
- }
- }
-
- .single-value__data{
- display: flex;
- height: 100%;
- flex-direction: column;
- padding-left: 20px;
-
- .content__title {
- display: flex;
- align-items: end;
- height: 50%;
- font-size: 16px;
- color: #666666;
- padding-bottom: 5px;
- }
- .content__data {
- display: flex;
- padding-top: 5%;
- height: 50%;
- flex: auto;
- font-size: 24px;
- color: #333333;
- font-weight: bold;
- }
- }
-
- }
-}
-.cn-chart__single-value.cn-chart__single-value--chart {
- display: flex;
- padding: 13px 20px;
-
- .single-value__content {
- display: flex;
- height: 100%;
- width: 100%;
- flex-direction: column;
-
- .content__title {
- display: flex;
- align-items: center;
- height: 30%;
- font-size: 16px;
- color: #666666;
- }
- .content__data {
- display: flex;
- align-items: center;
- height: 25%;
- font-size: 24px;
- color: #333333;
- font-weight: bold;
- }
- .content__chart {
- flex: auto
- }
- }
-}
-
-.chart-table-pagination.el-pagination {
- padding: 12px 0 9px 0;
- text-align: center;
-
- .el-pagination__jump {
- margin-left: 10px;
- }
-}
diff --git a/src/components/charts/ChartMap.vue b/src/components/charts/ChartMap.vue
deleted file mode 100644
index 573f993b..00000000
--- a/src/components/charts/ChartMap.vue
+++ /dev/null
@@ -1,39 +0,0 @@
-
-