NEZ-2675 perf:Integration—Configuration页面优化
This commit is contained in:
@@ -224,10 +224,15 @@
|
|||||||
.integration-configuration{
|
.integration-configuration{
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
|
padding-right: 0;
|
||||||
|
height: 100%;
|
||||||
|
.integration-configuration-scroll{
|
||||||
|
box-sizing: border-box;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
}
|
||||||
.integration-configuration-title{
|
.integration-configuration-title{
|
||||||
font-family: Roboto-Medium;
|
font-family: Roboto-Medium;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
@@ -21,9 +21,7 @@ const data = {
|
|||||||
name: 'ADC-Serve'
|
name: 'ADC-Serve'
|
||||||
},
|
},
|
||||||
fields: [],
|
fields: [],
|
||||||
cabinet: {
|
cabinet: null,
|
||||||
name: '机柜'
|
|
||||||
},
|
|
||||||
pingInfo: {
|
pingInfo: {
|
||||||
status: 0,
|
status: 0,
|
||||||
rtt: null
|
rtt: null
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="integration-configuration">
|
<div class="integration-configuration">
|
||||||
|
<div class="integration-configuration-scroll">
|
||||||
<v-md-preview :text="configuration"></v-md-preview>
|
<v-md-preview :text="configuration"></v-md-preview>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user