新增表格valueParser属性;新增复制事件组件;新增表格复制组件

This commit is contained in:
2022-10-08 17:55:43 +08:00
parent f54123e216
commit 508ec535a2
7 changed files with 972 additions and 7 deletions

View File

@@ -649,4 +649,8 @@ table样式
.city-picker-span.focus,
.city-picker-span.open {
border-color: #d2d2d2 !important;
}
[data-toggle="copy-text"].copy-rendered {
cursor: pointer;
}