修复样式
This commit is contained in:
@@ -26,7 +26,8 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</ai-dialog>
|
</ai-dialog>
|
||||||
<ai-locate-dialog v-model="locate" :ins="instance" :latlng="latlng" @confirm="v=>handleLocate(selected,v)"/>
|
<ai-locate-dialog v-model="locate" :ins="instance" :latlng="latlng" @confirm="v=>handleLocate(selected,v)"/>
|
||||||
<ai-area custom-clicker :inputClicker="false" v-model="selected.areaId" :root="user.info.areaId" :instance="instance" ref="BindArea"
|
<ai-area custom-clicker :inputClicker="false" v-model="selected.areaId" :root="user.info.areaId"
|
||||||
|
:instance="instance" ref="BindArea"
|
||||||
@change="handleSubmit(selected)"/>
|
@change="handleSubmit(selected)"/>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
@@ -279,8 +280,8 @@ export default {
|
|||||||
|
|
||||||
.sta {
|
.sta {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex-shrink: 0;
|
||||||
min-width: 0;
|
padding: 0 8px;
|
||||||
|
|
||||||
& > p {
|
& > p {
|
||||||
color: #19D286;
|
color: #19D286;
|
||||||
|
|||||||
Reference in New Issue
Block a user