Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 7c82b29

Browse files
authored
fix: update style (#559)
1 parent 793788c commit 7c82b29

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

src/views/components/common/common-selector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ limitations under the License. -->
124124
}
125125
.rk-common-sel {
126126
position: absolute;
127-
top: 45px;
127+
top: 52px;
128128
box-shadow: 0 1px 6px rgba(99, 99, 99, 0.2);
129129
background-color: #252a2f;
130130
width: 100%;

src/views/components/log/log-bar.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ limitations under the License. -->
1414
<template>
1515
<div class="rk-log-nav">
1616
<div class="rk-error-log-bar flex-h">
17-
<div class="flex-h">
17+
<div class="flex-h bar-selectors">
1818
<CommonSelector
1919
:hasSearch="true"
2020
:title="$t('logCategory')"
@@ -237,6 +237,9 @@ limitations under the License. -->
237237
height: 52px;
238238
justify-content: space-between;
239239
}
240+
.bar-selectors {
241+
height: 100%;
242+
}
240243
241244
.rk-right {
242245
min-width: 210px;

src/views/components/log/log-detail-content.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ limitations under the License. -->
5454
</script>
5555
<style lang="scss" scoped>
5656
.content {
57-
max-width: 1000px;
58-
min-height: 200px;
57+
max-width: 700px;
58+
min-width: 500px;
59+
min-height: 500px;
5960
border: none;
6061
outline: none;
6162
color: #3d444f;
63+
overflow: auto;
6264
}
6365
</style>

0 commit comments

Comments
 (0)