Commit bdf04581 authored by chenfenglei's avatar chenfenglei

二维码管理bug

parent a47c4d00
......@@ -22,7 +22,7 @@
<template v-if="imageContent ">
<img style="max-width: 60%;margin-bottom:20px;" v-if="imageContent.content" :src="imageContent.content"/>
</template>
<div class="display-b">
<div class="display-b" style=" display: flex;justify-content: center;">
<div class="img-create-access" v-if="!showMedia">
<a href="javascript:;" class="img-create-access__link" @click="getMediaList('image')">从素材库中选择</a>
</div>
......@@ -674,10 +674,13 @@
margin: -0.2em 5px 0 0;
}
.tool_bar {
display: flex;
justify-content: center;
padding-top: 0;
padding-bottom: 50px;
/*margin-top: 40px;*/
margin-top: 40px;
margin-left: 20px;
}
.tool_bar > .weui-desktop-btn {
margin-right: 1em;
......
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