xbx #146

Merged
theluyuan merged 13 commits from xbx into master 2020-11-23 08:59:54 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 22e93bcdaa - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -507,7 +507,11 @@
</div> </div>
</div> </div>
<a-modal v-model:visible="huobi" :footer="null" :title="lan.$t('tishi')" > <a-modal v-model:visible="huobi" :footer="null" :title="lan.$t('tishi')" >
<p>{{lan.$t('huobitishi')}}</p> <div style=" display: flex;align-items: center;">
<img style=" width: 50px;margin-right: 15px;" src="@/static/images/tishihei.png" alt="">
<p style="margin-top: 1em">{{lan.$t('huobitishi')}}</p>
</div>
</a-modal> </a-modal>
<a-modal v-model:visible="touxiang" width="6rem" :footer="null"> <a-modal v-model:visible="touxiang" width="6rem" :footer="null">
<imghead @upload="imgupload" v-if="touxiang" :url="imgfire"></imghead> <imghead @upload="imgupload" v-if="touxiang" :url="imgfire"></imghead>
@ -1108,6 +1112,7 @@ export default defineComponent({
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.archives { .archives {
width: 100%; width: 100%;
min-width: 700px; min-width: 700px;
@ -1115,6 +1120,7 @@ export default defineComponent({
padding: 46px; padding: 46px;
border-radius: 17px; border-radius: 17px;
position: relative; position: relative;
.telbox { .telbox {
margin-left: 15px; margin-left: 15px;
font-size: 12px; font-size: 12px;