Merge branch 'master' of github.com:gcpaas/DataRoom

main
liu.tao3 2 years ago
commit 7c0ac00336

@ -25,9 +25,6 @@ public class ScreenDateTimePickerChart extends Chart {
@Data @Data
public static class Customize { public static class Customize {
@ApiModelProperty(notes = "值")
private String value;
@ApiModelProperty(notes = "选择框背景颜色") @ApiModelProperty(notes = "选择框背景颜色")
private String bgColor; private String bgColor;
@ -46,9 +43,6 @@ public class ScreenDateTimePickerChart extends Chart {
@ApiModelProperty(notes = "绑定值的格式") @ApiModelProperty(notes = "绑定值的格式")
private String valueFormat; private String valueFormat;
@ApiModelProperty(notes = "占位提示")
private String placeholder;
@ApiModelProperty(notes = "下拉框") @ApiModelProperty(notes = "下拉框")
private Map<String, Object> dropDownBox; private Map<String, Object> dropDownBox;

@ -44,9 +44,6 @@ public class ScreenInputChart extends Chart {
@ApiModelProperty(notes = "背景样式") @ApiModelProperty(notes = "背景样式")
private BackgroundStyle backgroundStyle; private BackgroundStyle backgroundStyle;
@ApiModelProperty(notes = "输入值")
private String value;
@ApiModelProperty(notes = "图标") @ApiModelProperty(notes = "图标")
private Icon icon; private Icon icon;

@ -23,9 +23,6 @@ public class ScreenTimePickerChart extends Chart {
@Data @Data
public static class Customize { public static class Customize {
@ApiModelProperty(notes = "值")
private String value;
@ApiModelProperty(notes = "选择框背景颜色") @ApiModelProperty(notes = "选择框背景颜色")
private String backgroundColor; private String backgroundColor;
@ -56,8 +53,6 @@ public class ScreenTimePickerChart extends Chart {
@ApiModelProperty(notes = "绑定值的格式") @ApiModelProperty(notes = "绑定值的格式")
private String valueFormat; private String valueFormat;
@ApiModelProperty("占位提示")
private String placeholder;
} }

@ -448,8 +448,8 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.basic-component-date-picker { .basic-component-date-picker {
width: 100%; width: 100% !important;
height: 100%; height: 100% !important;
// //
::v-deep .el-range-separator { ::v-deep .el-range-separator {

@ -264,8 +264,8 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.basic-component-time-picker { .basic-component-time-picker {
width: 100%; width: 100% !important;
height: 100%; height: 100% !important;
.el-input--mini ::v-deep .el-input__inner { .el-input--mini ::v-deep .el-input__inner {
height: 100% !important; height: 100% !important;

Loading…
Cancel
Save