Commit 748f73b0 by mamingqun

添加了normalize.css

parent 36c2a58a
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"html2canvas": "^1.0.0-rc.5", "html2canvas": "^1.0.0-rc.5",
"jquery": "^3.4.1", "jquery": "^3.4.1",
"mint-ui": "^2.2.13", "mint-ui": "^2.2.13",
"normalize.css": "^8.0.1",
"preloadjs": "^1.0.1", "preloadjs": "^1.0.1",
"vue": "^2.6.10", "vue": "^2.6.10",
"vue-router": "^3.0.3", "vue-router": "^3.0.3",
......
...@@ -76,4 +76,8 @@ export default { ...@@ -76,4 +76,8 @@ export default {
} }
} }
} }
ul,li {
list-style: none;
}
</style> </style>
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</template> </template>
<script> <script>
// import '@/assets/lib/createjs-2015.11.26.min.js'; // 在index中引用了preload.js
export default { export default {
data() { data() {
return { return {
......
...@@ -2,6 +2,7 @@ import Vue from 'vue' ...@@ -2,6 +2,7 @@ import Vue from 'vue'
import App from './App.vue' import App from './App.vue'
import router from './router' import router from './router'
import store from './store' import store from './store'
import 'normalize.css'
// axios配置 // axios配置
// import './utils/axiosConfig' // import './utils/axiosConfig'
......
...@@ -5513,6 +5513,11 @@ normalize-url@^3.0.0: ...@@ -5513,6 +5513,11 @@ normalize-url@^3.0.0:
resolved "https://registry.npm.taobao.org/normalize-url/download/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" resolved "https://registry.npm.taobao.org/normalize-url/download/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
integrity sha1-suHE3E98bVd0PfczpPWXjRhlBVk= integrity sha1-suHE3E98bVd0PfczpPWXjRhlBVk=
normalize.css@^8.0.1:
version "8.0.1"
resolved "https://registry.npm.taobao.org/normalize.css/download/normalize.css-8.0.1.tgz#9b98a208738b9cc2634caacbc42d131c97487bf3"
integrity sha1-m5iiCHOLnMJjTKrLxC0THJdIe/M=
npm-bundled@^1.0.1: npm-bundled@^1.0.1:
version "1.0.6" version "1.0.6"
resolved "https://registry.npm.taobao.org/npm-bundled/download/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd" resolved "https://registry.npm.taobao.org/npm-bundled/download/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd"
......
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 sign in to comment