联动设置样式
This commit is contained in:
parent
2e82187e3d
commit
3f159ff8ff
@ -644,7 +644,7 @@ defineExpose({
|
|||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
border: 1px solid #e6e6e6;
|
border: 1px solid rgb(61,61,61);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
height: 470px !important;
|
height: 470px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -652,7 +652,7 @@ defineExpose({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.preview-show {
|
.preview-show {
|
||||||
border-left: 1px solid #e6e6e6;
|
border-left: 1px solid #5f5f5f;
|
||||||
height: 470px;
|
height: 470px;
|
||||||
background-size: 100% 100% !important;
|
background-size: 100% 100% !important;
|
||||||
}
|
}
|
||||||
@ -742,7 +742,7 @@ defineExpose({
|
|||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #646a73;
|
color: #969696;
|
||||||
.ed-switch {
|
.ed-switch {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
@ -847,7 +847,7 @@ span {
|
|||||||
.top-area-text {
|
.top-area-text {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #646a73;
|
color: #fff;
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -977,7 +977,7 @@ span {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #646a73;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -988,5 +988,30 @@ span {
|
|||||||
.toggle-icon {
|
.toggle-icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
color: #FFF;
|
||||||
|
}
|
||||||
|
:deep(.ed-checkbox__inner){
|
||||||
|
border:1px solid #5f5f5f;
|
||||||
|
background-color:transparent;
|
||||||
|
}
|
||||||
|
:deep(.ed-tree){
|
||||||
|
background: transparent;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
:deep(.ed-tree--highlight-current .ed-tree-node.is-current>.ed-tree-node__content){
|
||||||
|
background-color:rgb(61,61,61);
|
||||||
|
}
|
||||||
|
:deep(.ed-input__wrapper){
|
||||||
|
background-color: #252424 ;
|
||||||
|
box-shadow: 0 0 0 1px #5f5f5f inset;
|
||||||
|
}
|
||||||
|
.root-class .ed-button{
|
||||||
|
color: #F2F4F5;
|
||||||
|
background-color: #212121;
|
||||||
|
border: 1px solid #434343;
|
||||||
|
}
|
||||||
|
.root-class .ed-button--primary{
|
||||||
|
background-color:#0089FF;
|
||||||
|
border: 1px solid #0089FF;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -44,7 +44,7 @@ const { title, themes, actionSelection } = toRefs(props)
|
|||||||
<el-icon style="margin: 5px 0 0 5px"><Setting /></el-icon
|
<el-icon style="margin: 5px 0 0 5px"><Setting /></el-icon
|
||||||
></span>
|
></span>
|
||||||
</template>
|
</template>
|
||||||
<el-row>
|
<el-row style="color: #fff;">
|
||||||
{{ t('visualization.select_linkage_tips') }}
|
{{ t('visualization.select_linkage_tips') }}
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
|
@ -1354,5 +1354,6 @@ span {
|
|||||||
}
|
}
|
||||||
.dialog-footer .ed-button--primary{
|
.dialog-footer .ed-button--primary{
|
||||||
background-color:#0089FF;
|
background-color:#0089FF;
|
||||||
|
border: 1px solid #0089FF;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -452,7 +452,7 @@ init()
|
|||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-button
|
<el-button
|
||||||
style="margin-top: 10px"
|
style="margin-top: 10px;"
|
||||||
class="circle-button"
|
class="circle-button"
|
||||||
type="primary"
|
type="primary"
|
||||||
text
|
text
|
||||||
|
Loading…
Reference in New Issue
Block a user