This commit is contained in:
李想 2025-04-18 09:51:38 +08:00
commit 46615a3e5f
3 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@ module.exports = {
'camelcase': [0, { 'camelcase': [0, {
'properties': 'always' 'properties': 'always'
}], }],
'comma-dangle': [2, 'off'], 'comma-dangle': [0, 'always'],
'comma-spacing': [2, { 'comma-spacing': [2, {
'before': false, 'before': false,
'after': true 'after': true
@ -183,7 +183,7 @@ module.exports = {
'after': true 'after': true
}], }],
'space-before-blocks': [2, 'always'], 'space-before-blocks': [2, 'always'],
'space-before-function-paren': [2, 'off'], 'space-before-function-paren': [0, 'always'],
'space-in-parens': [2, 'never'], 'space-in-parens': [2, 'never'],
'space-infix-ops': 2, 'space-infix-ops': 2,
'space-unary-ops': [2, { 'space-unary-ops': [2, {

View File

@ -20,7 +20,7 @@
<!-- <p>产业园总产值亿元</p> <!-- <p>产业园总产值亿元</p>
<p style="color: #ff6e6f">27.51</p> --> <p style="color: #ff6e6f">27.51</p> -->
<p>耕地面积(万亩)</p> <p>耕地面积(万亩)</p>
<p style="color: #ff6e6f">100.45</p> <p style="color: #ff6e6f">73.98</p>
</div> </div>
</li> </li>
<li> <li>
@ -29,14 +29,14 @@
<!-- <p>主导鸡肉产量</p> <!-- <p>主导鸡肉产量</p>
<p style="color: #fcde1f">30,656.00</p> --> <p style="color: #fcde1f">30,656.00</p> -->
<p>农业总产值(亿元)</p> <p>农业总产值(亿元)</p>
<p style="color: #fcde1f">90.83</p> <p style="color: #fcde1f">104.17</p>
</div> </div>
</li> </li>
<li> <li>
<img src="../img/123.png" alt="" /> <img src="../img/123.png" alt="" />
<div class="topRit"> <div class="topRit">
<p>人均增收(万元)</p> <p>人均增收(万元)</p>
<p style="color: #00f6ff">1.02</p> <p style="color: #00f6ff">1.79</p>
</div> </div>
</li> </li>
</ul> </ul>

View File

@ -41,7 +41,7 @@
:w="Number(layout.img.w)" :w="Number(layout.img.w)"
:h="Number(layout.img.h)" :h="Number(layout.img.h)"
> >
<el-image class="w100 h100" :src="device.imgUrl ? $baseUrl + device.imgUrl.split(',')[0] : ''" fit="fill" :lazy="true"></el-image> <el-image class="w100 h100" :src="device.imgUrl ? device.imgUrl.split(',')[0] : ''" fit="fill" :lazy="true"></el-image>
</vue-draggable-resizable> </vue-draggable-resizable>
<vue-draggable-resizable <vue-draggable-resizable