|
@@ -14,8 +14,8 @@
|
|
|
<link th:href="@{/css/base/base.pc.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/base/init.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
<!--element ui 样式表-->
|
|
|
- <link rel="stylesheet" href="/lib/element-ui/index.css" />
|
|
|
- <link rel="stylesheet" href="/lib/element-ui/element-index.css" />
|
|
|
+ <link rel="stylesheet" href="https://unpkg.zhimg.com/element-ui@2.15.13/lib/theme-chalk/index.css"/>
|
|
|
+ <link rel="stylesheet" href="/lib/element-ui/element-ui-min.css"/>
|
|
|
<link th:href="@{/css/base/floor.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/index/index_new.h5.css(v=${version})}" media="screen and (max-width:768px)" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/index/index_new.pc.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">
|