mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-27 00:20:01 +08:00
优化代码
This commit is contained in:
parent
8bb74e658c
commit
90983163c2
@ -26,7 +26,7 @@
|
||||
<script src="/js/bootstrap/bootstrap.min.js"></script>
|
||||
<script src="/js/bootstrap/bootstrap-datetimepicker.js"></script>
|
||||
<script src="/js/bootstrap/bootstrap-datetimepicker.zh-CN.js"></script>
|
||||
<script src="/js/bootstrap/bootstrap-submenu.js"></script>
|
||||
<script src="/js/bootstrap/bootstrap-submenu.js"></script>
|
||||
<script src="/js/plugins/select2/select2.full.min.js"></script>
|
||||
<script src="/js/plugins/echart/echarts.min.js"></script>
|
||||
<script src="/js/plugins/echart/china.js"></script>
|
||||
@ -46,7 +46,8 @@
|
||||
<body class="vc-body" style="background-color: #fff;">
|
||||
<vc:create path="frame/bodyTop"></vc:create>
|
||||
<div class="vc">
|
||||
<div id="vc-page" style="margin-left: 0;background-color: #FFF;min-height: 0vh;" class="gray-bg dashbard-1 vc-page-height">
|
||||
<div id="vc-page" style="margin-left: 0;background-color: #FFF;min-height: 0vh;"
|
||||
class="gray-bg dashbard-1 vc-page-height">
|
||||
<!-- -->
|
||||
<div id="component" class="vc-wrapper vc-content animated fadeInRight" style="padding:0px"
|
||||
vc-path="/common/chooseEnterCommunity">
|
||||
@ -58,4 +59,10 @@
|
||||
<script src="/vcCore/vcFramework.js"></script>
|
||||
<vc:create path="frame/commonBottom" location="body"></vc:create>
|
||||
|
||||
<style>
|
||||
@page {
|
||||
size: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user