@jiaozhiye/qm-design-react 1.10.13 → 1.10.15

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.
@@ -27199,7 +27199,7 @@ table {
27199
27199
  -moz-osx-font-smoothing: grayscale;
27200
27200
  }
27201
27201
  body {
27202
- font-family: LarkHackSafariFont, LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
27202
+ font-family: LarkHackSafariFont, LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Tahoma, 'PingFang SC', 'Microsoft Yahei', Arial, 'Hiragino Sans GB', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
27203
27203
  }
27204
27204
  /* QmDesign */
27205
27205
  /*
@@ -27224,7 +27224,7 @@ body {
27224
27224
  * @Author: 焦质晔
27225
27225
  * @Date: 2021-07-23 18:25:34
27226
27226
  * @Last Modified by: 焦质晔
27227
- * @Last Modified time: 2024-10-29 13:36:52
27227
+ * @Last Modified time: 2024-10-29 14:59:55
27228
27228
  */
27229
27229
  /*
27230
27230
  * @Author: 焦质晔
@@ -27977,6 +27977,10 @@ body {
27977
27977
  .qm-form .ant-form-item .site-input-right.ant-input-search .ant-input-affix-wrapper {
27978
27978
  border-left-width: 0;
27979
27979
  }
27980
+ .qm-form .ant-form-item .site-input-right .ant-input-affix-wrapper {
27981
+ border-top-left-radius: 0;
27982
+ border-bottom-left-radius: 0;
27983
+ }
27980
27984
  .qm-form .ant-form-item .site-input-right:hover,
27981
27985
  .qm-form .ant-form-item .site-input-right:focus {
27982
27986
  border-left-width: 1px;