本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhangzl
/
nsgk_mobile
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
阳光村务
rongxin_prod
庞东旭
2 年之前
父節點
122e368892
當前提交
e9defaec06
共有
1 個檔案被更改
,包括
8 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
src/views/sunVillage_info/index_code.vue
+ 8
- 1
src/views/sunVillage_info/index_code.vue
查看文件
@@ -58,7 +58,7 @@
</div>
</div>
<div class="footer">
<div
:
class="
{'
footer
':xsgsList.length < 9 , 'footer2':xsgsList.length > 8}
">
{{configValue == ""?'技术支持:北京农燊高科信息技术有限公司':configValue}}
</div>
<img src="../../assets/images/sunVillage_info/index_btn_green.png" class="fixed_btn" @click="goCode">
@@ -261,5 +261,12 @@
color: #3f3d56;
text-align: center;
}
.footer2{
width: 100%;
font-size: 22px;
color: #3f3d56;
text-align: center;
margin-top: 15PX;
}
}
</style>
Write
Preview
Loading…
取消
儲存