@windrun-huaiin/third-ui 5.1.1 → 5.1.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.
package/dist/fuma.css CHANGED
@@ -1,4 +1,4 @@
1
- /* Banner */
1
+ /* Has Banner */
2
2
  .has-banner .sticky.top-0.z-40 {
3
3
  position: fixed !important;
4
4
  top: 0 !important;
@@ -15,7 +15,7 @@
15
15
  top: 2.5rem !important;
16
16
  }
17
17
 
18
- /* Banner */
18
+ /* No Banner */
19
19
  .no-banner .sticky.top-0.z-40 {
20
20
  position: fixed !important;
21
21
  top: 0 !important;
@@ -32,30 +32,31 @@
32
32
  top: 0rem !important;
33
33
  }
34
34
 
35
+ /* Banner */
35
36
  .has-banner main,
36
37
  .has-banner .main-content {
37
- padding-top: 3rem; /* Banner高度 */
38
+ padding-top: 3rem;
38
39
  }
39
40
  .no-banner main,
40
41
  .no-banner .main-content {
41
- padding-top: 0.5rem; /* Banner高度 */
42
+ padding-top: 0.5rem;
42
43
  }
43
44
 
44
- /* 自定义 Fuma 步骤组件背景色:暗色主题为白,亮色主题为黑 */
45
+ /* Custome Fuma Steps */
45
46
  .fd-step::before {
46
47
  @apply size-5 -start-2.5 rounded-full;
47
- background-color: #000; /* 默认亮色主题为黑 */
48
+ background-color: #000;
48
49
  color: #fff;
49
- font-size: 0.75rem; /* 更小的字体 */
50
+ font-size: 0.75rem;
50
51
  line-height: 1rem;
51
52
  margin-top: 0.4rem !important;
52
53
  }
53
54
  .dark .fd-step::before {
54
- background-color: #fff !important; /* 暗色主题为白 */
55
+ background-color: #fff !important;
55
56
  color: #000 !important;
56
57
  }
57
58
 
58
- /* fuma image-zoom样式 COPY */
59
+ /* fuma image-zoom COPY */
59
60
 
60
61
  [data-rmiz] {
61
62
  display: block;
@@ -129,4 +130,10 @@
129
130
  [data-rmiz-modal-img] {
130
131
  transition-duration: 0.01ms !important;
131
132
  }
132
- }
133
+ }
134
+
135
+ /* i18n language width */
136
+ div[role="dialog"].rounded-lg.border.bg-fd-popover {
137
+ min-width: 150px !important;
138
+ max-width: 150px !important;
139
+ }