File tree Expand file tree Collapse file tree
dag/src/components/migration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -833,7 +833,7 @@ const schema = {
833833 type: ' datetime' ,
834834 align: ' right' ,
835835 format: ' YYYY-MM-DD HH:mm:ss' ,
836- valueFormat: ' timestamp ' ,
836+ valueFormat: ' x ' ,
837837 },
838838 ' x-reactions' : {
839839 dependencies: [' planStartDateFlag' ],
Original file line number Diff line number Diff line change 718718
719719// .el-picker-panel
720720.el-picker-panel.el-picker-panel {
721- overflow : hidden ;
721+ // overflow: hidden;
722722 border-radius : var (--el-popper-border-radius );
723+ .el-picker-panel__footer {
724+ border-bottom-left-radius : var (--el-popper-border-radius );
725+ border-bottom-right-radius : var (--el-popper-border-radius );
726+ }
727+
728+ .el-time-panel {
729+ border-radius : var (--el-popper-border-radius );
730+ }
723731}
724732
725733// Input
You can’t perform that action at this time.
0 commit comments