forked from opentiny/tiny-vue-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
33 lines (32 loc) · 1.41 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/**
* Copyright (c) 2022 - present TinyVue Authors.
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd.
*
* Use of this source code is governed by an MIT-style license.
*
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
*
*/
export default {
'tiny-select-dropdown-border-color': '#d9d9d9',
'tiny-select-dropdown-border-radius': '2px',
'tiny-select-dropdown-bg-color': '#fff',
'tiny-select-dropdown-empty-text-color': '#999',
'tiny-select-dropdown-empty-font-size': '14px',
'tiny-select-dropdown-list-padding-top': '0',
'tiny-select-dropdown-list-padding-horizontal': '0',
'tiny-select-dropdown-list-padding-bottom': '6px',
'tiny-select-dropdown-item-padding-vertical': '0',
'tiny-select-dropdown-item-padding-horizontal': '8px',
'tiny-select-dropdown-item-margin-top': '0',
'tiny-select-dropdown-search-bg-color': '#f2f5fc',
'tiny-select-dropdown-search-margin-bottom': '4px',
'tiny-select-dropdown-line-bg-color': '4px',
'tiny-select-dropdown-line-margin-vertical': '0',
'tiny-select-dropdown-line-margin-horizontal': '8px',
'tiny-select-dropdown-line-height': '14px',
'tiny-select-dropdown-line-width': '1px',
'tiny-select-dropdown-active-text-color': '#5e7ce0',
}