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 719719
720720// .el-picker-panel
721721.el-picker-panel.el-picker-panel {
722- overflow : hidden ;
722+ // overflow: hidden;
723723 border-radius : var (--el-popper-border-radius );
724+ .el-picker-panel__footer {
725+ border-bottom-left-radius : var (--el-popper-border-radius );
726+ border-bottom-right-radius : var (--el-popper-border-radius );
727+ }
728+
729+ .el-time-panel {
730+ border-radius : var (--el-popper-border-radius );
731+ }
724732}
725733
726734// Input
You can’t perform that action at this time.
0 commit comments