Merge remote-tracking branch 'origin/main'

This commit is contained in:
@jyuhsin
2025-09-18 16:00:29 +08:00
6 changed files with 61 additions and 19 deletions
@@ -68,6 +68,8 @@
<!--g2plot-->
<script src="${base!}/assets/platform/plugins/g2plot/g2plot.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/goober@2.1.10/dist/goober.umd.js"></script>
<script>
window._AMapSecurityConfig = {
securityJsCode: "4fa1e1aeabba7eb9518129cf57ab17c1"
@@ -318,7 +318,7 @@ E.先进性"
padding: 10px 20px;
}
::v-deep .txt-import-container {
/deep/ .txt-import-container {
display: flex;
height: 80vh;
border-radius: 4px;
@@ -2,6 +2,13 @@
layout("/layouts/platform_h5.html"){
#-->
<style>
.profile-card{
background: #0a84ff;
color: #0b5a2c;
}
</style>
<div id="app" v-cloak>
<div>
<div>
@@ -72,12 +72,12 @@ const mine = {
</span>
</van-cell>
<!-- <van-cell :value="$store.state.user.totalIntegral" is-link @click="$pjaxReplace('/platform/integral/records/h5')" class="action-cell">-->
<!-- <span class="cell-title" slot="title">-->
<!-- <van-icon name="points" class="cell-icon"></van-icon>-->
<!-- 我的积分-->
<!-- </span>-->
<!-- </van-cell>-->
<!-- <van-cell :value="$store.state.user.totalIntegral" is-link @click="$pjaxReplace('/platform/integral/records/h5')" class="action-cell">-->
<!-- <span class="cell-title" slot="title">-->
<!-- <van-icon name="points" class="cell-icon"></van-icon>-->
<!-- 我的积分-->
<!-- </span>-->
<!-- </van-cell>-->
</van-cell-group>
</div>
@@ -108,6 +108,7 @@ const mine = {
})
}
},
style() {
return /*language=CSS*/ `
.home-mine {
@@ -28,6 +28,44 @@ const work = {
this.$pjaxReplace(item.href)
}
},
mounted() {
const styles = {
workbenche: window.goober.css`
padding: 16px;
background: #f5f5f5;
`,
moduleItem: goober.css`
margin-bottom: 16px;
background: white;
border-radius: 8px;
overflow: hidden;
`,
moduleHeader: goober.css`
padding: 12px 16px;
background: #fafafa;
border-bottom: 1px solid #eee;
`,
moduleHeaderContent: goober.css`
border-left: 4px solid var(--color-primary);
font-size: 15px;
color: #000;
font-weight: 600;
padding-left: 8px;
`,
moduleContent: goober.css`
padding: 8px;
.van-grid-item__content {
padding: 14px 8px;
}
`,
menuIcon: goober.css`
width: 40px;
height: 40px;
`
};
console.log(styles)
},
style: /*language=CSS*/ `
.left-span-label {
border-left: 4px solid var(--color-primary);