@titaui/pc 1.10.3 → 1.10.4
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.
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
.titaui-dialog-confirm__btn-cancel {
|
|
35
35
|
background: #ffffff;
|
|
36
|
-
border: 1px solid #
|
|
36
|
+
border: 1px solid #dfe3ea;
|
|
37
37
|
color: #6f7886;
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
|
|
100
100
|
.titaui-dialog-confirm__body-title {
|
|
101
101
|
display: flex;
|
|
102
|
+
align-items: center;
|
|
102
103
|
}
|
|
103
104
|
|
|
104
105
|
.titaui-dialog-confirm__body-title-icon {
|
|
@@ -181,9 +181,7 @@ function _default(props) {
|
|
|
181
181
|
className: "user-group-page__import-download-template"
|
|
182
182
|
}, /*#__PURE__*/_react["default"].createElement("p", null, "1\u3001\u8BF7\u5148\u4E0B\u8F7D\u5BFC\u5165\u6A21\u677F\uFF0C\u6279\u91CF\u586B\u5199\u5458\u5DE5\u4FE1\u606F"), /*#__PURE__*/_react["default"].createElement("a", {
|
|
183
183
|
href: url,
|
|
184
|
-
|
|
185
|
-
return console.log(url, "type".concat(type));
|
|
186
|
-
},
|
|
184
|
+
target: "_blank",
|
|
187
185
|
className: "user-group-page__import-download-template-button"
|
|
188
186
|
}, "\u4E0B\u8F7D\u6A21\u677F")), /*#__PURE__*/_react["default"].createElement("div", {
|
|
189
187
|
className: "user-group-page__import-download-template"
|