mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
Cleanups
This commit is contained in:
parent
86e70fbb8f
commit
14e13483db
3
src/types/components.d.ts
vendored
3
src/types/components.d.ts
vendored
@ -1,7 +1,6 @@
|
|||||||
// generated by unplugin-vue-components
|
// generated by unplugin-vue-components
|
||||||
// We suggest you to commit this file into source control
|
// We suggest you to commit this file into source control
|
||||||
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
||||||
import '@vue/runtime-core'
|
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
@ -48,4 +47,4 @@ declare module '@vue/runtime-core' {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export {}
|
export { }
|
||||||
|
@ -26,7 +26,7 @@ limitations under the License. -->
|
|||||||
<el-dropdown-item style="padding: 0">
|
<el-dropdown-item style="padding: 0">
|
||||||
<div
|
<div
|
||||||
style="width: 100%; padding: 5px 16px"
|
style="width: 100%; padding: 5px 16px"
|
||||||
class="flex-h items-center justify-between"
|
class="flex-h items-center"
|
||||||
@click="logStore.toggleAllColumns(true)"
|
@click="logStore.toggleAllColumns(true)"
|
||||||
>
|
>
|
||||||
<el-icon><View /></el-icon>
|
<el-icon><View /></el-icon>
|
||||||
@ -36,7 +36,7 @@ limitations under the License. -->
|
|||||||
<el-dropdown-item style="padding: 0">
|
<el-dropdown-item style="padding: 0">
|
||||||
<div
|
<div
|
||||||
style="width: 100%; padding: 5px 16px"
|
style="width: 100%; padding: 5px 16px"
|
||||||
class="flex-h items-center justify-between"
|
class="flex-h items-center"
|
||||||
@click="logStore.toggleAllColumns(false)"
|
@click="logStore.toggleAllColumns(false)"
|
||||||
>
|
>
|
||||||
<el-icon><Hide /></el-icon>
|
<el-icon><Hide /></el-icon>
|
||||||
@ -649,12 +649,6 @@ watch(
|
|||||||
.custom-checkbox .el-checkbox__label {
|
.custom-checkbox .el-checkbox__label {
|
||||||
color: var(--spp-white) !important;
|
color: var(--spp-white) !important;
|
||||||
}
|
}
|
||||||
// .log-wrapper {
|
|
||||||
// width: 600px;
|
|
||||||
// padding-left: 40px;
|
|
||||||
// overflow-x: scroll;
|
|
||||||
// align-items: center;
|
|
||||||
// }
|
|
||||||
.inputs {
|
.inputs {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
@ -667,24 +661,19 @@ watch(
|
|||||||
.row {
|
.row {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputs-max {
|
.inputs-max {
|
||||||
width: 270px;
|
width: 270px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.traceId {
|
.traceId {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-btn {
|
.search-btn {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tips {
|
.tips {
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.log-tag {
|
.log-tag {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
border-style: unset;
|
border-style: unset;
|
||||||
@ -693,7 +682,6 @@ watch(
|
|||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.log-tags {
|
.log-tags {
|
||||||
padding: 1px 5px 0 0;
|
padding: 1px 5px 0 0;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -701,7 +689,6 @@ watch(
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
@ -712,7 +699,6 @@ watch(
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.remove-icon {
|
.remove-icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
|
Loading…
Reference in New Issue
Block a user