提交 e7033007 authored 作者: zhanglian's avatar zhanglian

改背景 加限制

上级 2aabe3e5
src/assets/images/bgPc.png

76.0 KB | W: | H:

src/assets/images/bgPc.png

67.0 KB | W: | H:

src/assets/images/bgPc.png
src/assets/images/bgPc.png
src/assets/images/bgPc.png
src/assets/images/bgPc.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -281,27 +281,27 @@ export default { ...@@ -281,27 +281,27 @@ export default {
let holdName = this.holdItem.coinData.name let holdName = this.holdItem.coinData.name
let isTKM = holdName == 'TKM' || holdName == 'BTKM' || holdName == 'TKM3' || holdName == 'BTKM3' let isTKM = holdName == 'TKM' || holdName == 'BTKM' || holdName == 'TKM3' || holdName == 'BTKM3'
let minNum = 0 let minNum = 0
// if (isTKM && value < 1000) { if (isTKM && value < 1000) {
// minNum = 1000 minNum = 1000
// this.$dialog.alert({ this.$dialog.alert({
// title: this.$t('title'), title: this.$t('title'),
// message: this.$t('placeholder3', { minNum }), message: this.$t('placeholder3', { minNum }),
// confirmButtonText: this.$t('confirm') confirmButtonText: this.$t('confirm')
// }).then(() => { }).then(() => {
// // on close // on close
// }); });
// return; return;
// } else if (!isTKM && value < 200) { } else if (!isTKM && value < 200) {
// minNum = 200 minNum = 200
// this.$dialog.alert({ this.$dialog.alert({
// title: this.$t('title'), title: this.$t('title'),
// message: this.$t('placeholder3', { minNum }), message: this.$t('placeholder3', { minNum }),
// confirmButtonText: this.$t('confirm') confirmButtonText: this.$t('confirm')
// }).then(() => { }).then(() => {
// // on close // on close
// }); });
// return; return;
// } }
this.pageLoading = true; this.pageLoading = true;
try { try {
if (holdItem.coinData.type == 'main') { if (holdItem.coinData.type == 'main') {
...@@ -581,8 +581,6 @@ export default { ...@@ -581,8 +581,6 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
display: flex;
flex-direction: column;
.banner-top { .banner-top {
height: 3.0rem; height: 3.0rem;
background: url('../../assets/images/bg.png') center no-repeat; background: url('../../assets/images/bg.png') center no-repeat;
...@@ -597,7 +595,7 @@ export default { ...@@ -597,7 +595,7 @@ export default {
height: 100%; height: 100%;
display: block; display: block;
.banner-top { .banner-top {
height: 24.3vw; height: 22vw;
background: url('../../assets/images/bgPc.png') center no-repeat; background: url('../../assets/images/bgPc.png') center no-repeat;
background-size: cover; background-size: cover;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论