resolver-egretimp-plus 0.1.104 → 0.1.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -74,3 +74,9 @@
74
74
  .el-select-dropdown__item.is-selected {
75
75
  font-weight: 400;
76
76
  }
77
+
78
+ // 附件默认的设置,变为可选择
79
+ // 重复两个,提高选择权限
80
+ .el-select__selected-item.el-select__selected-item {
81
+ user-select: auto;
82
+ }