Compare commits

...

3 Commits

Author SHA1 Message Date
3cba31db56 Bug Fixes: bug #6 v 2.3.7 2019-08-26 17:07:00 +08:00
c6974cd2e4 update version to 2.3.7 2019-08-26 17:06:11 +08:00
56cc4534d1 update changelog for v 2.3.7 2019-08-26 17:06:01 +08:00
4 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 2.3.7-alpha (2019-08-26)
### Bug Fixes
- **borderBox1:** Parent container setting `text-align: center` to cause display exception [(#6)](https://github.com/jiaming743/DataV/issues/6).
# 2.3.6-alpha (2019-08-24)
### Bug Fixes

View File

@ -5,6 +5,7 @@
}
.dv-border-box-1 .border {
position: absolute;
display: block;
}
.dv-border-box-1 .right-top {
right: 0px;

View File

@ -1,6 +1,6 @@
{
"name": "@jiaminghi/data-view",
"version": "2.3.6",
"version": "2.3.7",
"author": "JiaMing <743192023@qq.com>",
"description": "Vue Large screen data display component library",
"main": "lib/index.js",

View File

@ -70,6 +70,7 @@ export default {
.border {
position: absolute;
display: block;
}
.right-top {