Skip to content

Commit

Permalink
图表元素默认最小尺寸调整为10px
Browse files Browse the repository at this point in the history
interestinglife41 committed Dec 14, 2021
1 parent 8d85a04 commit 76ef33b
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@
}
.dg-chart-for-indication{
/*为图表元素设置最小尺寸,避免看板中插入图表元素时由于没设尺寸无法显示的问题*/
min-width: 5px;
min-height: 5px;
min-width: 10px;
min-height: 10px;
}
.dg-position-relative{
position: relative;
@@ -413,15 +413,15 @@
-o-transform:rotate(90deg);
}
.xdsoft_datetimepicker .xdsoft_save_selected.xdsoft_save_selected_year{
width: auto;
padding: 0.3em 1em;
margin-top: 3px;
margin-right: 0.6em;
float: right;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
width: auto;
padding: 0.3em 1em;
margin-top: 3px;
margin-right: 0.6em;
float: right;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}

/*看板表单*/

0 comments on commit 76ef33b

Please sign in to comment.