4
This commit is contained in:
Anfioo
2026-01-14 11:39:11 +08:00
parent f7f9df17f1
commit be079067e6
265 changed files with 1217 additions and 486 deletions

View File

@@ -1,4 +1,4 @@
<div class="white-bg padding-lg padding-top border-radius">
<div class="white-bg padding-lg padding-top border-radius ibox-content-auto-height">
<div class="flex justify-between">
<h3><vc:i18n name="小区积分" namespace="communityIntegral"></vc:i18n></h3>
<div>

View File

@@ -84,7 +84,7 @@
</div>
</div>
<div class="ibox-content">
<div class="ibox-content ibox-content-auto-height">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>

View File

@@ -78,7 +78,7 @@
</button>
</div>
</div>
<div class="ibox-content">
<div class="ibox-content ibox-content-auto-height">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>

View File

@@ -104,7 +104,7 @@
</div>
</div>
<div class="ibox-content">
<div class="ibox-content ibox-content-auto-height">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>

View File

@@ -94,7 +94,7 @@
</div>
</div>
<div class="ibox-content">
<div class="ibox-content ibox-content-auto-height">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>

View File

@@ -4,7 +4,7 @@
<vc:create path="scm/couponRuleDiv" callBackListener="couponRule"></vc:create>
</div>
<div class="col-md-10 margin-top-xs vc-org-page">
<div class="bg-white border-radius padding">
<div class="bg-white border-radius padding ibox-content-auto-height">
<h5 class="role-title">{{couponRuleInfo.curCouponRule.ruleName}}</h5>
<div class="role-context ">{{couponRuleInfo.curCouponRule.remark}}</div>
<div class="line-x margin-top"></div>

View File

@@ -1,4 +1,4 @@
<div class="white-bg padding-lg padding-top border-radius">
<div class="white-bg padding-lg padding-top border-radius ibox-content-auto-height">
<div class="flex justify-between">
<h3><vc:i18n name="小区金币" namespace="gold"></vc:i18n></h3>
<div>

View File

@@ -36,7 +36,7 @@
</button>
</div>
</div>
<div class="ibox-content">
<div class="ibox-content ibox-content-auto-height">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>
<tr>

View File

@@ -55,7 +55,7 @@
</button> -->
</div>
</div>
<div class="ibox-content">
<div class="ibox-content ibox-content-auto-height">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>
<tr>

View File

@@ -4,7 +4,7 @@
<vc:create path="scm/integralRuleDiv" callBackListener="integralRule"></vc:create>
</div>
<div class="col-md-10 margin-top-xs vc-org-page">
<div class="bg-white border-radius padding">
<div class="bg-white border-radius padding ibox-content-auto-height">
<h5 class="role-title">{{integralRuleInfo.curIntegralRule.ruleName}}</h5>
<div class="role-context ">{{integralRuleInfo.curIntegralRule.remark}}</div>
<div class="line-x margin-top"></div>