mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: style
This commit is contained in:
parent
722671dd53
commit
0c082e6fb5
@ -20,7 +20,7 @@ limitations under the License. -->
|
|||||||
{{ dateFormat(currentLog[item.label]) }}
|
{{ dateFormat(currentLog[item.label]) }}
|
||||||
</span>
|
</span>
|
||||||
<textarea
|
<textarea
|
||||||
class="content mb-10"
|
class="content mb-10 g-sm-8"
|
||||||
:readonly="true"
|
:readonly="true"
|
||||||
v-else-if="item.label === 'content'"
|
v-else-if="item.label === 'content'"
|
||||||
:value="contentFormat(item.label)"
|
:value="contentFormat(item.label)"
|
||||||
@ -66,13 +66,11 @@ limitations under the License. -->
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.content {
|
.content {
|
||||||
max-width: 700px;
|
|
||||||
min-width: 500px;
|
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: $font-color;
|
color: $font-color;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 5px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user