This commit is contained in:
Peter Olu 2022-06-11 01:29:10 +01:00
parent 86e70fbb8f
commit 14e13483db
2 changed files with 3 additions and 18 deletions

View File

@ -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 { }

View File

@ -26,7 +26,7 @@ limitations under the License. -->
<el-dropdown-item style="padding: 0">
<div
style="width: 100%; padding: 5px 16px"
class="flex-h items-center justify-between"
class="flex-h items-center"
@click="logStore.toggleAllColumns(true)"
>
<el-icon><View /></el-icon>
@ -36,7 +36,7 @@ limitations under the License. -->
<el-dropdown-item style="padding: 0">
<div
style="width: 100%; padding: 5px 16px"
class="flex-h items-center justify-between"
class="flex-h items-center"
@click="logStore.toggleAllColumns(false)"
>
<el-icon><Hide /></el-icon>
@ -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;