Commit 493425c6 authored by 罗超's avatar 罗超

1

parent c180f521
...@@ -321,4 +321,26 @@ ...@@ -321,4 +321,26 @@
.advmanager-box .el-input .el-input__inner,.advmanager-box .el-select .el-input{height: auto} .advmanager-box .el-input .el-input__inner,.advmanager-box .el-select .el-input{height: auto}
.advmanager-box .query-box ul .el-select.w240 .el-input{width: auto;} .advmanager-box .query-box ul .el-select.w240 .el-input{width: auto;}
.isAssociatTeam{width:600px;} .isAssociatTeam{width:600px;}
.isAssociatTeam .el-switch{margin:20px 0 0 190px;} .isAssociatTeam .el-switch{margin:20px 0 0 190px;}
\ No newline at end of file .adv-box .tools li {
height: 21px;
width: 32px;
text-align: center;
background: #e5e5e5;
cursor: pointer;
border-radius: 2px;
margin-bottom: 12px;
line-height: 21px;
}
.adv-box .tools li.source {
color: #fff;
background: #fc5c65;
}
.adv-box .tools li.save {
color: #fff;
background: #4d90fe;
}
.adv-box .tools li.down {
color: #fff;
background: #35aa47;
}
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
</style> </style>
<template> <template>
<div class="adv-box page-body"> <div class="adv-box page-body">
<div v-if='bg!=""' v-loading='isLoading'> <div v-if='bg!=""' v-loading='isLoading' class="" style="display:flex">
<div class="board" ref="board"> <div class="board" ref="board">
<img :src="bg" class="bg" @click="currentNode={},currentNodeList=[]" /> <img :src="bg" class="bg" @click="currentNode={},currentNodeList=[]" />
<a style="display:none" ref='down'></a> <a style="display:none" ref='down'></a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment