File tree Expand file tree Collapse file tree 10 files changed +6
-66
lines changed
settings/styles/src/components/background Expand file tree Collapse file tree 10 files changed +6
-66
lines changed Original file line number Diff line number Diff line change @@ -268,33 +268,6 @@ onMounted(() => {
268
268
}
269
269
}
270
270
}
271
- .text - wrap {
272
- display: flex;
273
- flex- direction: column;
274
- font- size: 12px ;
275
- color: var (-- te- common- text- secondary);
276
- margin- left: 8px ;
277
- white- space: nowrap;
278
- overflow: hidden;
279
- text- overflow: ellipsis;
280
- & > span {
281
- display: inline- block;
282
- white- space: nowrap;
283
- overflow: hidden;
284
- text- overflow: ellipsis;
285
- & : first- child {
286
- margin- bottom: 4px ;
287
- }
288
- & : last- child {
289
- display: flex;
290
- align- items: center;
291
- margin- top: 2px ;
292
- }
293
- }
294
- .size {
295
- color: var (-- te- common- text- secondary);
296
- }
297
- }
298
271
.choose - image {
299
272
border- color: var (-- te- common- border- default);
300
273
outline: 0px ;
Original file line number Diff line number Diff line change @@ -130,33 +130,6 @@ onMounted(() => {
130
130
background- repeat: no- repeat;
131
131
background- position: 50 % 50 % ;
132
132
}
133
- .text - wrap {
134
- display: flex;
135
- flex- direction: column;
136
- font- size: 12px ;
137
- color: var (-- te- common- text- secondary);
138
- margin- left: 8px ;
139
- white- space: nowrap;
140
- overflow: hidden;
141
- text- overflow: ellipsis;
142
- & > span {
143
- display: inline- block;
144
- white- space: nowrap;
145
- overflow: hidden;
146
- text- overflow: ellipsis;
147
- & : first- child {
148
- margin- bottom: 4px ;
149
- }
150
- & : last- child {
151
- display: flex;
152
- align- items: center;
153
- margin- top: 2px ;
154
- }
155
- }
156
- .size {
157
- color: var (-- ti- lowcode- common- third- text- color);
158
- }
159
- }
160
133
.choose - image {
161
134
border- color: rgb (54 , 54 , 54 );
162
135
outline: 0px ;
Original file line number Diff line number Diff line change 8
8
// 区块分组下拉选项下边框颜色
9
9
--ti-lowcode-materials-block-group-item-border-color : var (--te-common-border-checked ); // 暗色和亮色不同,需注意
10
10
// 添加区块筛选模块字体颜色
11
- --ti-lowcode-materials-block-filter-text-color : var (--ti-lowcode- common-secondary- text-color );
11
+ --ti-lowcode-materials-block-filter-text-color : var (--te- common-text-primary );
12
12
// 添加区块穿梭框面板背景颜色
13
13
--ti-lowcode-materials-block-transfer-bg-color : var (--te-common-bg-default );
14
14
// 添加区块穿梭框面板头部字体颜色
Original file line number Diff line number Diff line change 7
7
--ti-lowcode-common-transparent-color : transparent ;
8
8
--ti-lowcode-common-secondary-text-color : #adb0b8 ;
9
9
--ti-lowcode-common-third-text-color : #ababab ;
10
- --ti-lowcode-common-empty-text-color : var (--te-common-text-weaken );
11
- --ti-lowcode-common-danger-color : #c7000b ;
12
- --te-common-color-error : var (--te-common-color-error );
13
10
14
11
// tiny vue 的 css 变量,覆盖掉就好
15
12
50
47
--ti-lowcode-plugin-panel-title-color : var (--te-common-text-primary ); // 插件面板标题色
51
48
--ti-lowcode-plugin-panel-bg : var (--te-common-bg-default ); // 插件面板背景色
52
49
--ti-lowcode-plugin-panel-border-right-color : var (--te-common-border-divider ); // 插件面板右侧边框色
53
- --ti-lowcode-plugin-panel-header-border-bottom-color : #262626 ; // 插件面板头部区域底部边框线颜色
50
+ --ti-lowcode-plugin-panel-header-border-bottom-color : var (
51
+ --te-common-border-divider
52
+ ); // 插件面板头部区域底部边框线颜色
54
53
--ti-lowcode-plugin-panel-title-font-weight : 400 ; // 插件面板标题加粗效果
55
54
56
55
// 插件设置面板
Original file line number Diff line number Diff line change 9
9
--ti-lowcode-component-block-version-list-panel-title-color : var (--te-common-text-primary );
10
10
--ti-lowcode-component-block-version-list-time-color : var (--te-common-text-primary );
11
11
--ti-lowcode-component-block-version-list-desc-color : var (--te-common-text-weaken );
12
- --ti-lowcode-component-block-version-list-time-color : var (--te-common-text-primary );
13
12
--ti-lowcode-component-block-setting-popover-bg : var (--te-common-bg-default );
14
13
--ti-lowcode-component-block-setting-item-text-color : var (--te-common-text-secondary );
15
14
// 区块管理 - 添加分类
Original file line number Diff line number Diff line change 13
13
--ti-lowcode-events-bind-action-item-border-color : var (--te-common-border-default );
14
14
--ti-lowcode-events-event-bind-color : var (--te-common-text-checked );
15
15
--ti-lowcode-events-bind-action-item-color : var (--te-common-text-primary );
16
- --ti-lowcode-events-bind-action-item-hover-bg-color : var (--- te-common-bg-container );
16
+ --ti-lowcode-events-bind-action-item-hover-bg-color : var (--te-common-bg-container );
17
17
--ti-lowcode-events-bind-action-item-linked-bg-color : var (--te-common-color-success );
18
18
--ti-lowcode-events-bind-action-item-linked-color : var (--te-common-text-dark-inverse );
19
19
--ti-lowcode-events-empty-action-bg-color : var (--te-common-bg-container );
Original file line number Diff line number Diff line change 7
7
--ti-lowcode-i18n-border-color : var (--te-common-border-default );
8
8
// 国际化按钮字体颜色
9
9
--ti-lowcode-i18n-button-color : var (--te-common-text-primary );
10
- // 国际化按钮图标颜色
11
- --ti-lowcode-i18n-icon-color : var (--te-common-text-weaken );
12
10
}
Original file line number Diff line number Diff line change 3
3
--ti-lowcode-page-manage-tip-text-color : var (--te-common-text-weaken );
4
4
--ti-lowcode-page-manage-tree-text-background-color : var (--te-common-bg-default );
5
5
--ti-lowcode-page-manage-tree-node-background-color : var (--te-common-bg-default );
6
- --ti-lowcode-page-manage-tree-node-label-color : var (--te-common-text-primary );
7
6
--ti-lowcode-page-manage-text-color : var (--te-common-text-secondary );
8
7
--ti-lowcode-page-manage-input-head-text-color : var (--te-common-text-primary );
9
8
}
Original file line number Diff line number Diff line change 3
3
--ti-lowcode-toolbar-border-bottom-color : var (--te-common-border-divider );
4
4
--ti-lowcode-toolbar-title-color : var (--te-common-text-primary );
5
5
--ti-lowcode-toolbar-hover-color : var (--te-common-bg-container );
6
- --ti-lowcode-toolbar-view-active-bg : var (--te-common-bg-prompt ); // 相当于 规范中定义的 #191919 透明度5%
6
+ --ti-lowcode-toolbar-view-active-bg : var (--te-common-bg-prompt );
7
7
--ti-lowcode-toolbar-left-icon-bg-hover : var (--te-common-icon-primary );
8
8
--ti-lowcode-toolbar-active-color : var (--te-common-text-secondary );
9
9
--ti-lowcode-toolbar-user-img-border-color : var (--te-common-border-divider );
Original file line number Diff line number Diff line change 6
6
// ------ 主要的公共主题色,前缀为 --ti-lowcode-common -------
7
7
--ti-lowcode-common-secondary-text-color : #c2c2c2 ;
8
8
--ti-lowcode-common-third-text-color : #ababab ;
9
- --ti-lowcode-common-empty-text-color : var (--te-common-text-weaken );
10
9
11
10
// ------ 公共组件的主题色,前缀为 --ti-lowcode-component-组件名 -------
12
11
You can’t perform that action at this time.
0 commit comments