@lambo-design/shared 1.0.0-beta.54 → 1.0.0-beta.55
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/config/themes/theme-eap.js +43 -43
- package/package.json +1 -1
|
@@ -61,7 +61,7 @@ export default {
|
|
|
61
61
|
--font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
62
62
|
--code-family: Consolas, Menlo, Courier, monospace;
|
|
63
63
|
--title-color: #17233d;
|
|
64
|
-
--text-color: #
|
|
64
|
+
--text-color: #666666;
|
|
65
65
|
--text-color-secondary: rgba(0, 0, 0, 0.45);
|
|
66
66
|
--heading-color: rgba(0, 0, 0, 0.85);
|
|
67
67
|
--heading-color-dark: #ffffff;
|
|
@@ -71,24 +71,24 @@ export default {
|
|
|
71
71
|
--line-height-base: 1.5;
|
|
72
72
|
--line-height-computed: 21px;
|
|
73
73
|
--border-radius-base: 6px;
|
|
74
|
-
--border-radius-small:
|
|
74
|
+
--border-radius-small: 2px;
|
|
75
75
|
--cursor-disabled: not-allowed;
|
|
76
76
|
--padding-lg: 24px;
|
|
77
77
|
--padding-md: 16px;
|
|
78
78
|
--padding-sm: 12px;
|
|
79
79
|
--padding-xs: 8px;
|
|
80
|
-
--border-color-base: #
|
|
81
|
-
--border-color-split: #
|
|
80
|
+
--border-color-base: #e0e0e0;
|
|
81
|
+
--border-color-split: #e0e0e0;
|
|
82
82
|
--border-width-base: 1px;
|
|
83
83
|
--border-style-base: solid;
|
|
84
84
|
--background-color-base: #f7f7f7;
|
|
85
|
-
--background-color-select-hover: #
|
|
85
|
+
--background-color-select-hover: #f8f8f8;
|
|
86
86
|
--tooltip-bg: rgba(70, 76, 91, 0.9);
|
|
87
87
|
--head-bg: #f9fafc;
|
|
88
|
-
--table-thead-bg: #
|
|
89
|
-
--table-td-stripe-bg: #
|
|
90
|
-
--table-td-hover-bg: #
|
|
91
|
-
--table-td-highlight-bg: #
|
|
88
|
+
--table-thead-bg: #41a5fa;
|
|
89
|
+
--table-td-stripe-bg: #f2fafe;
|
|
90
|
+
--table-td-hover-bg: #b5def3;
|
|
91
|
+
--table-td-highlight-bg: #55B1E3;
|
|
92
92
|
--menu-dark-title: #333333;
|
|
93
93
|
--menu-dark-active-bg: #363e4f;
|
|
94
94
|
--menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
|
|
@@ -101,9 +101,9 @@ export default {
|
|
|
101
101
|
--shadow-down: 0 1px 6px rgba(0, 0, 0, 0.2);
|
|
102
102
|
--shadow-left: -1px 0 6px rgba(0, 0, 0, 0.2);
|
|
103
103
|
--shadow-right: 1px 0 6px rgba(0, 0, 0, 0.2);
|
|
104
|
-
--btn-height-base:
|
|
105
|
-
--btn-height-large:
|
|
106
|
-
--btn-height-small:
|
|
104
|
+
--btn-height-base: 26px;
|
|
105
|
+
--btn-height-large: 32px;
|
|
106
|
+
--btn-height-small: 20px;
|
|
107
107
|
--btn-padding-base: 0 15px;
|
|
108
108
|
--btn-padding-large: 0 15px;
|
|
109
109
|
--btn-padding-small: 0 7px;
|
|
@@ -114,21 +114,21 @@ export default {
|
|
|
114
114
|
--btn-font-size: 14px;
|
|
115
115
|
--btn-font-size-large: 16px;
|
|
116
116
|
--btn-font-size-small: 14px;
|
|
117
|
-
--btn-border-radius:
|
|
117
|
+
--btn-border-radius: 2px;
|
|
118
118
|
--btn-border-radius-small: 3px;
|
|
119
119
|
--btn-group-border: #2b85e4;
|
|
120
|
-
--btn-disable-color: #
|
|
120
|
+
--btn-disable-color: #999999;
|
|
121
121
|
--btn-disable-bg: #f7f7f7;
|
|
122
|
-
--btn-disable-border: #
|
|
123
|
-
--btn-default-color: #
|
|
124
|
-
--btn-default-color-tint-20: #
|
|
125
|
-
--btn-default-color-shade-5: #
|
|
122
|
+
--btn-disable-border: #e0e0e0;
|
|
123
|
+
--btn-default-color: #666666;
|
|
124
|
+
--btn-default-color-tint-20: #858585;
|
|
125
|
+
--btn-default-color-shade-5: #616161;
|
|
126
126
|
--btn-default-bg: #fff;
|
|
127
127
|
--btn-default-bg-tint-20: #ffffff;
|
|
128
128
|
--btn-default-bg-shade-5: #f2f2f2;
|
|
129
|
-
--btn-default-border: #
|
|
130
|
-
--btn-default-border-tint-20: #
|
|
131
|
-
--btn-default-border-shade-5: #
|
|
129
|
+
--btn-default-border: #e0e0e0;
|
|
130
|
+
--btn-default-border-tint-20: #e6e6e6;
|
|
131
|
+
--btn-default-border-shade-5: #d5d5d5;
|
|
132
132
|
--btn-primary-color: #fff;
|
|
133
133
|
--btn-primary-color-tint-20: #ffffff;
|
|
134
134
|
--btn-primary-color-tint-5: #ffffff;
|
|
@@ -137,21 +137,21 @@ export default {
|
|
|
137
137
|
--btn-primary-bg-tint-20: #57a3f3;
|
|
138
138
|
--btn-primary-bg-tint-5: #3892f1;
|
|
139
139
|
--btn-primary-bg-shade-5: #2b85e4;
|
|
140
|
-
--btn-ghost-color: #
|
|
141
|
-
--btn-ghost-color-tint-20: #
|
|
142
|
-
--btn-ghost-color-shade-5: #
|
|
140
|
+
--btn-ghost-color: #666666;
|
|
141
|
+
--btn-ghost-color-tint-20: #858585;
|
|
142
|
+
--btn-ghost-color-shade-5: #616161;
|
|
143
143
|
--btn-ghost-bg: #fff;
|
|
144
144
|
--btn-ghost-bg-tint-20: #ffffff;
|
|
145
145
|
--btn-ghost-bg-shade-5: #f2f2f2;
|
|
146
|
-
--btn-ghost-border: #
|
|
147
|
-
--btn-ghost-border-tint-20: #
|
|
148
|
-
--btn-ghost-border-shade-5: #
|
|
149
|
-
--btn-circle-size:
|
|
150
|
-
--btn-circle-size-large:
|
|
151
|
-
--btn-circle-size-small:
|
|
152
|
-
--btn-square-size:
|
|
153
|
-
--btn-square-size-large:
|
|
154
|
-
--btn-square-size-small:
|
|
146
|
+
--btn-ghost-border: #e0e0e0;
|
|
147
|
+
--btn-ghost-border-tint-20: #e6e6e6;
|
|
148
|
+
--btn-ghost-border-shade-5: #d5d5d5;
|
|
149
|
+
--btn-circle-size: 26px;
|
|
150
|
+
--btn-circle-size-large: 32px;
|
|
151
|
+
--btn-circle-size-small: 20px;
|
|
152
|
+
--btn-square-size: 26px;
|
|
153
|
+
--btn-square-size-large: 32px;
|
|
154
|
+
--btn-square-size-small: 20px;
|
|
155
155
|
--grid-columns: 24;
|
|
156
156
|
--grid-gutter-width: 0;
|
|
157
157
|
--layout-body-background: #f5f7f9;
|
|
@@ -167,24 +167,24 @@ export default {
|
|
|
167
167
|
--layout-zero-trigger-width: 36px;
|
|
168
168
|
--layout-zero-trigger-height: 42px;
|
|
169
169
|
--legend-color: #999;
|
|
170
|
-
--input-height-base:
|
|
171
|
-
--input-height-large:
|
|
172
|
-
--input-height-small:
|
|
170
|
+
--input-height-base: 26px;
|
|
171
|
+
--input-height-large: 32px;
|
|
172
|
+
--input-height-small: 20px;
|
|
173
173
|
--input-padding-horizontal: 7px;
|
|
174
174
|
--input-padding-vertical-base: 4px;
|
|
175
175
|
--input-padding-vertical-small: 1px;
|
|
176
176
|
--input-padding-vertical-large: 6px;
|
|
177
|
-
--input-placeholder-color: #
|
|
178
|
-
--input-color: #
|
|
179
|
-
--input-border-color: #
|
|
180
|
-
--input-border-color-tint-20: #
|
|
177
|
+
--input-placeholder-color: #999999;
|
|
178
|
+
--input-color: #666666;
|
|
179
|
+
--input-border-color: #e0e0e0;
|
|
180
|
+
--input-border-color-tint-20: #e6e6e6;
|
|
181
181
|
--input-bg: #fff;
|
|
182
182
|
--input-group-bg: #f8f8f9;
|
|
183
183
|
--input-hover-border-color: #2d8cf0;
|
|
184
184
|
--input-hover-border-color-tint-20: #57a3f3;
|
|
185
185
|
--input-hover-border-color-fade-20: rgba(45, 140, 240, 0.2);
|
|
186
186
|
--input-focus-border-color: #2d8cf0;
|
|
187
|
-
--input-disabled-bg: #
|
|
187
|
+
--input-disabled-bg: #f8f8f8;
|
|
188
188
|
--tag-font-size: 12px;
|
|
189
189
|
--screen-xs: 480px;
|
|
190
190
|
--screen-xs-min: 480px;
|
|
@@ -234,7 +234,7 @@ export default {
|
|
|
234
234
|
--avatar-font-size-sm: 14px;
|
|
235
235
|
--avatar-bg: #ccc;
|
|
236
236
|
--avatar-color: #fff;
|
|
237
|
-
--avatar-border-radius:
|
|
237
|
+
--avatar-border-radius: 2px;
|
|
238
238
|
--anchor-border-width: 2px;
|
|
239
239
|
--list-header-background: transparent;
|
|
240
240
|
--list-footer-background: transparent;
|
|
@@ -243,7 +243,7 @@ export default {
|
|
|
243
243
|
--list-item-meta-margin-bottom: 16px;
|
|
244
244
|
--list-item-meta-avatar-margin-right: 16px;
|
|
245
245
|
--list-item-meta-title-margin-bottom: 12px;
|
|
246
|
-
--table-border-style-base:
|
|
246
|
+
--table-border-style-base: dashed;
|
|
247
247
|
`,
|
|
248
248
|
style:`
|
|
249
249
|
html {
|