@titaui/pc 1.7.77 → 1.7.78

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.
@@ -193,6 +193,7 @@ var MblogAction = /*#__PURE__*/function (_PureComponent) {
193
193
  tips: this.props.atTipText
194
194
  }, /*#__PURE__*/_react["default"].createElement(_UserSelectorPop["default"], {
195
195
  ref: "atSelector",
196
+ stopPropagation: true,
196
197
  popExtraClassName: "pull-screen-ignore",
197
198
  align: userSelectorPopAlign,
198
199
  container: this.context.popContainer,
@@ -137,7 +137,7 @@ var EmptyText = _styledComponents["default"].p(_templateObject27 || (_templateOb
137
137
 
138
138
  exports.EmptyText = EmptyText;
139
139
 
140
- var Btn = _styledComponents["default"].a(_templateObject28 || (_templateObject28 = _taggedTemplateLiteral(["\n display: inline-block;\n color: #36434d;\n background-color: #f5f8fa;\n border-radius: 2px;\n font-size: 12px;\n line-height: 20px;\n padding: 3px 10px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);\n transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s;\n &:hover {\n color: #36434d;\n box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);\n transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s;\n }\n"])));
140
+ var Btn = _styledComponents["default"].a(_templateObject28 || (_templateObject28 = _taggedTemplateLiteral(["\n display: inline-block;\n color: #36434d;\n background-color: #f5f8fa;\n border-radius: 2px;\n font-size: 12px;\n line-height: 20px;\n padding: 3px 10px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);\n transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s;\n cursor:pointer;\n &:hover {\n color: #36434d;\n box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);\n transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s;\n }\n"])));
141
141
 
142
142
  exports.Btn = Btn;
143
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.7.77",
3
+ "version": "1.7.78",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",