xbx #146
BIN
src/static/images/tishihei.png
Normal file
BIN
src/static/images/tishihei.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user