ls-pro-common 3.1.23 → 3.1.24

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.
@@ -200,12 +200,16 @@ body.theme-yellow .ant-pro-table-alert-info-content a:active {
200
200
  display: flex;
201
201
  align-items: center;
202
202
  justify-content: center;
203
- background-color: rgba(226, 227, 231, 0.35);
203
+ background-color: rgba(226, 227, 231, 0.45);
204
204
  }
205
- #myloading .load-text {
206
- padding: 4px 20px;
207
- background-color: #fff;
208
- border-radius: 4px;
205
+ #myloading .ant-spin.ant-spin-spinning.ant-spin-show-text {
206
+ display: flex;
207
+ gap: 8px;
208
+ align-items: center;
209
+ justify-content: center;
210
+ }
211
+ #myloading .ant-spin.ant-spin-spinning.ant-spin-show-text .ant-spin-text {
212
+ font-size: 14px;
209
213
  }
210
214
  a {
211
215
  color: var(--ant-primary-color);