acud 1.2.1 → 1.2.2

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.
package/dist/acud.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! acud v1.2.1 */
1
+ /*! acud v1.2.2 */
2
2
  /* color */
3
3
  /* 默认颜色 */
4
4
  /* 通用-icon */
@@ -22370,6 +22370,7 @@ span.acud-radio-button {
22370
22370
  .acud-table-tbody > tr > td {
22371
22371
  border-bottom: 1px solid #f0f0f0;
22372
22372
  transition: background 0.3s;
22373
+ border-right: 1px solid transparent;
22373
22374
  }
22374
22375
  .acud-table-tbody > tr > td > .acud-table-wrapper:only-child .acud-table,
22375
22376
  .acud-table-tbody > tr > td > .acud-table-expanded-row-fixed > .acud-table-wrapper:only-child .acud-table {