@fairys/taro-tools-simple-form 0.0.8 → 0.0.9

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "SunLxy <1011771396@qq.com>",
4
4
  "description": "框架组件库",
5
5
  "homepage": "https://github.com/autumn-fairy-tales/fairys-taro-react",
6
- "version": "0.0.8",
6
+ "version": "0.0.9",
7
7
  "main": "lib/index.js",
8
8
  "types": "esm/index.d.ts",
9
9
  "module": "esm/index.js",
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@carefrees/form-utils-react-taro": "^0.0.18",
29
- "@fairys/taro-tools-simple-form-ui": "^0.0.8",
29
+ "@fairys/taro-tools-simple-form-ui": "^0.0.9",
30
30
  "@nutui/nutui-react-taro": "^3.0.18",
31
31
  "clsx": "2.1.1",
32
32
  "valtio": "~2.1.5"
@@ -1,23 +0,0 @@
1
- @import "@carefrees/form-utils-react-taro/assets/index.css";
2
-
3
- @unocss preflights;
4
-
5
- @unocss default;
6
-
7
- .nut-cell.fairys-taro-popup-search-list-virtual-cell > .nut-cell-left > .nut-cell-title {
8
- width: 100%;
9
- }
10
-
11
- .nut-cell.fairys-taro-popup-search-list-virtual-cell > .nut-cell-extra {
12
- flex: none;
13
- }
14
-
15
- .fairys-taro-popup-search-list-table .nut-table-main-head-tr {
16
- z-index: 10;
17
- position: relative;
18
- }
19
-
20
- .fairys-taro-popup-search-list-table .nut-table-main-body-tr-td, .fairys-taro-popup-search-list-table .nut-table-main-head-tr-th {
21
- box-sizing: border-box;
22
- }
23
-
@@ -1,23 +0,0 @@
1
- @import '@carefrees/form-utils-react-taro/assets/index.css';
2
-
3
- @unocss preflights;
4
- @unocss default;
5
-
6
- .nut-cell.fairys-taro-popup-search-list-virtual-cell > .nut-cell-left > .nut-cell-title {
7
- width: 100%;
8
- }
9
-
10
- .nut-cell.fairys-taro-popup-search-list-virtual-cell > .nut-cell-extra {
11
- flex: none;
12
- }
13
-
14
- .fairys-taro-popup-search-list-table .nut-table-main-head-tr {
15
- z-index: 10;
16
- position: relative;
17
- }
18
-
19
- /* 解决宽度不一致造成的固定列阴影错位 */
20
- .fairys-taro-popup-search-list-table .nut-table-main-body-tr-td,
21
- .fairys-taro-popup-search-list-table .nut-table-main-head-tr-th {
22
- box-sizing: border-box;
23
- }