Commit 21e5a1ce authored by 任金涛's avatar 任金涛

index

parent 93c5e35c
Pipeline #129 canceled with stages
<!-- <!--
* @Author:rjt * @Author:rjt
* @Date: 2021-04-25 17:01:58 * @Date: 2021-04-25 17:01:58
* @LastEditTime: 2021-04-27 11:06:29 * @LastEditTime: 2021-04-27 11:44:19
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \wxcdemo\index.html * @FilePath: \wxcdemo\index.html
...@@ -20,13 +20,14 @@ ...@@ -20,13 +20,14 @@
<link rel="stylesheet" href="css/css.css" /> <link rel="stylesheet" href="css/css.css" />
<body> <body>
<div class="container" id="app"> <div >
<div style="height:100px;" class="mt3"> <div>
<div class="txt-c mainTitle"> <div class="txt-c">
欢迎登录山东省增材制造行业军民融合工业互联网服务平台 <img src="images/title.png" style="width:18%;" />
</div> </div>
</div> </div>
<div style="display:flex;"> <div class="container mt5" id="app">
<div style="display:flex;" >
<div style="flex-direction: column;width:520px;"> <div style="flex-direction: column;width:520px;">
<div class="titleList pl1"> <div class="titleList pl1">
订单工序完成占比 订单工序完成占比
...@@ -190,6 +191,7 @@ ...@@ -190,6 +191,7 @@
</iframe> </iframe>
</Modal> </Modal>
</div> </div>
</div>
<script> <script>
new Vue({ new Vue({
el: '#app', el: '#app',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment