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