|
@@ -20,19 +20,24 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="less">
|
|
|
-.desc-wrap-BasicTable {
|
|
|
- background-color: #f0f2f5;
|
|
|
- .vben-basic-table-form-container {
|
|
|
- padding: 0;
|
|
|
+ .desc-wrap-BasicTable {
|
|
|
+ background-color: #f0f2f5;
|
|
|
+ .vben-basic-table-form-container {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-input-textarea-clear-icon {
|
|
|
+ margin: 8px 2px 0 0 !important;
|
|
|
+ }
|
|
|
+ // 自定义添加Table空值字符
|
|
|
+ .ant-table-cell:empty:after,
|
|
|
+ .ant-table-row-cell-ellipsis:empty:after,
|
|
|
+ .ant-table-cell span:empty:after {
|
|
|
+ content: '-';
|
|
|
+ }
|
|
|
+ .ant-table-row-indent {
|
|
|
+ &:after {
|
|
|
+ content: '' !important;
|
|
|
+ }
|
|
|
}
|
|
|
-}
|
|
|
-.ant-input-textarea-clear-icon{
|
|
|
- margin: 8px 2px 0 0 !important;
|
|
|
-}
|
|
|
-// .ant-calendar-picker{
|
|
|
-// min-width: 385px;
|
|
|
-// }
|
|
|
-// .ant-select-selector{
|
|
|
-// max-width: 249px;
|
|
|
-// }
|
|
|
</style>
|