Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
24 changed files
with
462 additions
and
480 deletions
-
Please register or sign in to post a comment
... | ... | @@ -21,7 +21,7 @@ export default { |
</script> | ||
<style scoped lang="scss"> | ||
.button { | ||
width: 77px; | ||
width: 80px; //适配4字按钮样式 | ||
height: 32px; | ||
color: #ffffff; | ||
margin: 0 5px; | ||
... | ... |
... | ... | @@ -74,7 +74,7 @@ export default { |
}, | ||
heightNum: { | ||
type: Number, | ||
default: 340, | ||
default: 345, | ||
}, | ||
maxHeight: { | ||
type: Number, | ||
... | ... |