紫水晶账单修改样式
This commit is contained in:
@@ -1 +1 @@
|
||||
<!DOCTYPE html><html><head><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><title>molistar</title><link href=./static/css/app.993dc5a3dd8d92fe87143af51dffda44.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.53a885481365908a3209.js></script><script type=text/javascript src=./static/js/vendor.3801fe38c4248ca3ad38.js></script><script type=text/javascript src=./static/js/app.4b3d4c5a4a4ea863e532.js></script></body></html>
|
||||
<!DOCTYPE html><html><head><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><title>molistar</title><link href=./static/css/app.a5be62a28b2ed7428fdb77401dfc092f.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.a6aa9d97352ef0056170.js></script><script type=text/javascript src=./static/js/vendor.3801fe38c4248ca3ad38.js></script><script type=text/javascript src=./static/js/app.bbc91be0ebe83db469c8.js></script></body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
|
||||
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,c,a){for(var f,i,u,d=0,s=[];d<r.length;d++)i=r[d],t[i]&&s.push(t[i][0]),t[i]=0;for(f in c)Object.prototype.hasOwnProperty.call(c,f)&&(e[f]=c[f]);for(n&&n(r,c,a);s.length;)s.shift()();if(a)for(d=0;d<a.length;d++)u=o(o.s=a[d]);return u};var r={},t={16:0};function o(n){if(r[n])return r[n].exports;var t=r[n]={i:n,l:!1,exports:{}};return e[n].call(t.exports,t,t.exports,o),t.l=!0,t.exports}o.e=function(e){var n=t[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var r=new Promise(function(r,o){n=t[e]=[r,o]});n[2]=r;var c=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,o.nc&&a.setAttribute("nonce",o.nc),a.src=o.p+"static/js/"+e+"."+{0:"b290d3656eb9ce5010b3",1:"836179f30c81b60fc737",2:"cd9cfe25f05448d07e43",3:"a7287be3d41a1e59c345",4:"df261acea492c15f4979",5:"44ba26170999e2024a7b",6:"aa38920646ee33b3c0be",7:"cf309e129bcfe724c212",8:"6abd414ce2dd7981309e",9:"4e4c61d33588d399a7a2",10:"c90085f308e676fb7ca9",11:"c6a571c955f941f232c5",12:"537993358667a8d86057",13:"b93b95f061c5298d0de5"}[e]+".js";var f=setTimeout(i,12e4);function i(){a.onerror=a.onload=null,clearTimeout(f);var n=t[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),t[e]=void 0)}return a.onerror=a.onload=i,c.appendChild(a),r},o.m=e,o.c=r,o.d=function(e,n,r){o.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,"a",n),n},o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},o.p="./",o.oe=function(e){throw console.error(e),e}}([]);
|
||||
//# sourceMappingURL=manifest.a6aa9d97352ef0056170.js.map
|
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="stand"></div>
|
||||
<div class="header">
|
||||
<div class="header" :style="paddingTop? 'padding-top: 1.1rem;' : ''">
|
||||
<p class="back" @click="back">
|
||||
<img src="@/assets/img/back.png" alt />
|
||||
</p>
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: ["title", "rightTitle", "url"],
|
||||
props: ["title", "rightTitle", "url","paddingTop"],
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
|
@@ -5,6 +5,7 @@
|
||||
<navigation
|
||||
:title="this.$t(`amethystLog.紫水晶賬單`)"
|
||||
rightTitle
|
||||
:paddingTop="true"
|
||||
></navigation>
|
||||
<!-- 处理tab切换 -->
|
||||
<div class="tab">
|
||||
@@ -348,6 +349,7 @@ export default {
|
||||
overflow-y: auto;
|
||||
}
|
||||
.tab {
|
||||
margin-top: 88px;
|
||||
white-space: nowrap;
|
||||
z-index: 3;
|
||||
width: 375px;
|
||||
@@ -414,6 +416,7 @@ export default {
|
||||
line-height: 28px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 88px;
|
||||
img {
|
||||
display: inline-block;
|
||||
width: 26px;
|
||||
@@ -578,7 +581,7 @@ ul {
|
||||
}
|
||||
}
|
||||
.titleNumF {
|
||||
margin: 1.72rem auto 0;
|
||||
margin: 2.72rem auto 0;
|
||||
}
|
||||
.recordList {
|
||||
width: 100%;
|
||||
@@ -740,4 +743,6 @@ ul {
|
||||
font-weight: 40;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user