diff --git a/src/types/components.d.ts b/src/types/components.d.ts index 545c6097..92fb401c 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -1,7 +1,6 @@ // generated by unplugin-vue-components // We suggest you to commit this file into source control // Read more: https://github.com/vuejs/vue-next/pull/3399 -import '@vue/runtime-core' declare module '@vue/runtime-core' { export interface GlobalComponents { @@ -48,4 +47,4 @@ declare module '@vue/runtime-core' { } } -export {} +export { } diff --git a/src/views/dashboard/related/log/Header.vue b/src/views/dashboard/related/log/Header.vue index f9e0a293..b17dd95d 100644 --- a/src/views/dashboard/related/log/Header.vue +++ b/src/views/dashboard/related/log/Header.vue @@ -26,7 +26,7 @@ limitations under the License. -->
@@ -36,7 +36,7 @@ limitations under the License. -->
@@ -649,12 +649,6 @@ watch( .custom-checkbox .el-checkbox__label { color: var(--spp-white) !important; } -// .log-wrapper { -// width: 600px; -// padding-left: 40px; -// overflow-x: scroll; -// align-items: center; -// } .inputs { width: 120px; } @@ -667,24 +661,19 @@ watch( .row { margin-bottom: 5px; } - .inputs-max { width: 270px; } - .traceId { margin-top: 2px; } - .search-btn { margin-left: 20px; cursor: pointer; } - .tips { color: #888; } - .log-tag { width: 30%; border-style: unset; @@ -693,7 +682,6 @@ watch( height: 30px; padding: 0 5px; } - .log-tags { padding: 1px 5px 0 0; border-radius: 3px; @@ -701,7 +689,6 @@ watch( display: inline-block; vertical-align: top; } - .selected { display: inline-block; padding: 0 3px; @@ -712,7 +699,6 @@ watch( font-size: 12px; margin: 0 2px; } - .remove-icon { display: inline-block; margin-left: 3px;