style:主题样式调整
This commit is contained in:
@@ -351,3 +351,6 @@ td .nz-icon-gear:before{
|
||||
.project-calendar.nz-input-group-middle {
|
||||
border: 1px solid $--border-color-light;
|
||||
}
|
||||
.el-scrollbar-normal__color {
|
||||
color: $--color-text-regular;
|
||||
}
|
||||
|
||||
@@ -109,6 +109,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.el-tab-pane.el-tab-pane-height .el-input__inner {
|
||||
height: 30px;
|
||||
}
|
||||
.el-input__inner, .el-textarea__inner {
|
||||
padding: 0 10px;
|
||||
border-radius: $--border-radius-small;
|
||||
|
||||
@@ -101,12 +101,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.el-menu--popup {
|
||||
.el-menu-item {
|
||||
height: 49px;
|
||||
line-height: 49px;
|
||||
.el-menu--popup.el-menu--popup-right-start {
|
||||
background-color: $--background-color-empty;
|
||||
.el-menu-item:hover {
|
||||
background-color: $--background-color-base;
|
||||
}
|
||||
.el-menu-item.is-active {
|
||||
background-color: $--left-menu-background-color-active !important;
|
||||
background-color: $--background-color-base;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div class="mt-10 rich-text-container" v-cloak style="height: 100%;width: 100%;">
|
||||
<div :id="'chartContainer' + chartInfo.type" ref="chartContainer" class="text-content" >
|
||||
<div :id="'chartContainer' + chartInfo.id" ref="chartContainer" class="text-content" >
|
||||
<el-scrollbar style="height: 100%;" class="el-scrollbar-normal">
|
||||
<div style="height: 100%;" v-html="text" ></div>
|
||||
<div class="el-scrollbar-normal__color" style="height: 100%;" v-html="text" ></div>
|
||||
</el-scrollbar>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane :label="$t('project.endpoint.parameter')" name="Parameter">
|
||||
<el-tab-pane :label="$t('project.endpoint.parameter')" name="Parameter" class="el-tab-pane-height">
|
||||
<div id="module-box-params" ref="labelBoxScrollbar" style="height: 100%; overflow: auto;">
|
||||
<div v-for="(item, index) in editEndpoint.paramObj" :key="index" class="param-box-row">
|
||||
<el-form-item :prop="'paramObj.' + index + '.key'" class="param-box-row-key" :rules="[{ pattern: /[a-zA-Z_][a-zA-Z0-9_]*/, message: $t('overall.ASCIIKey') ,trigger: 'blur'}]">
|
||||
@@ -209,7 +209,7 @@
|
||||
@tags-changed="(newTags)=>{tagsChange(newTags, index)}"
|
||||
/>
|
||||
</el-form-item>
|
||||
<span :id="'moduel-remove-param-'+index" class="param-box-row-symbol" @click="removeParam(index)"><i class="nz-icon nz-icon-shanchu1" style="color:#666;"></i></span>
|
||||
<span :id="'moduel-remove-param-'+index" class="param-box-row-symbol" @click="removeParam(index)"><i class="nz-icon nz-icon-shanchu1""></i></span>
|
||||
</div>
|
||||
</div>
|
||||
<div style="text-align: center">
|
||||
|
||||
Reference in New Issue
Block a user