Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
16 changed files
with
197 additions
and
74 deletions
-
Please register or sign in to post a comment
... | ... | @@ -24,6 +24,7 @@ |
"nprogress": "0.2.0", | ||
"vue": "2.6.10", | ||
"vue-router": "3.0.2", | ||
"vue-seamless-scroll": "^1.1.23", | ||
"vuex": "3.1.0" | ||
}, | ||
"devDependencies": { | ||
... | ... |
... | ... | @@ -202,7 +202,7 @@ |
p:nth-child(1) { | ||
flex: 1; | ||
width: 100%; | ||
padding: 3px; | ||
padding: 1px; | ||
padding-left: 30px; | ||
display: flex; | ||
// align-items: center; | ||
... | ... |
... | ... | @@ -168,8 +168,4 @@ export default { |
</script> | ||
<style scoped lang="scss"> | ||
@import "~@/styles/public.scss"; | ||
/deep/.el-icon-date { | ||
display: none; | ||
} | ||
</style> | ||
... | ... |