@netang/quasar 0.2.32 → 0.2.33
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/.editorconfig +12 -12
- package/_docs/docs/components/field-table.md +58 -58
- package/_docs/docs/components/field-tree.md +21 -21
- package/_docs/docs/components/table.md +24 -24
- package/_docs/docs/utils/table.md +196 -196
- package/components/column-title/index.vue +38 -38
- package/components/data/index.vue +20 -20
- package/components/dialog/img-viewer/index.vue +697 -697
- package/components/dialog/index.vue +387 -387
- package/components/dragger/index.vue +203 -203
- package/components/drawer/index.vue +303 -303
- package/components/editor-code/index.vue +328 -328
- package/components/empty/index.vue +82 -82
- package/components/field-date/index.vue +860 -860
- package/components/field-date/methods.js +100 -100
- package/components/field-table/index.vue +1483 -1483
- package/components/field-text/index.vue +166 -166
- package/components/field-tree/index.vue +755 -755
- package/components/img/index.vue +279 -279
- package/components/input-number/index.vue +560 -560
- package/components/list-menu/index.vue +149 -149
- package/components/list-menu-item/index.vue +79 -79
- package/components/mixed-table/index.vue +532 -532
- package/components/mixed-table-splitter/index.vue +377 -377
- package/components/power-page/index.vue +96 -96
- package/components/price/index.vue +188 -188
- package/components/private/components/index.js +11 -11
- package/components/private/components/move-to-tree/index.vue +154 -154
- package/components/private/edit-power-data/index.vue +846 -846
- package/components/private/table-visible-columns-button/index.vue +114 -114
- package/components/render/index.vue +123 -123
- package/components/search/index.vue +231 -231
- package/components/search-item/index.vue +210 -210
- package/components/select/index.vue +177 -177
- package/components/splitter/index.vue +422 -422
- package/components/table/index.vue +513 -513
- package/components/table-column-fixed/index.vue +110 -110
- package/components/table-pagination/index.vue +192 -192
- package/components/table-summary/index.vue +107 -107
- package/components/thumbnail/index.vue +72 -72
- package/components/toolbar/index.vue +150 -150
- package/components/tree/index.vue +1728 -1728
- package/components/tree/virtual-scroll.vue +41 -41
- package/components/uploader/index.vue +196 -196
- package/components/uploader-query/index.vue +945 -945
- package/components/value-format/index.vue +274 -274
- package/components/virtual-scroll/index.vue +136 -136
- package/configs/area3.js +1 -1
- package/docs/404.html +33 -33
- package/docs/assets/404.html-60b35caa.js +1 -1
- package/docs/assets/404.html-d1e63d77.js +1 -1
- package/docs/assets/alert.html-b2a2a72f.js +5 -5
- package/docs/assets/alert.html-ba46d137.js +1 -1
- package/docs/assets/app-9f30aa4b.js +6 -6
- package/docs/assets/area.html-01b9b58d.js +42 -42
- package/docs/assets/area.html-9a4fce6a.js +1 -1
- package/docs/assets/arr.html-145d27e7.js +1 -1
- package/docs/assets/arr.html-674e65ab.js +11 -11
- package/docs/assets/auth.html-579fa830.js +1 -1
- package/docs/assets/auth.html-8544ed95.js +8 -8
- package/docs/assets/bus.html-c71254aa.js +1 -1
- package/docs/assets/bus.html-dc7d3d19.js +6 -6
- package/docs/assets/column-title.html-c735cb5a.js +3 -3
- package/docs/assets/column-title.html-e9316762.js +1 -1
- package/docs/assets/confirm.html-ddfdc27f.js +10 -10
- package/docs/assets/confirm.html-ef3e2bef.js +1 -1
- package/docs/assets/copy.html-d20345b6.js +1 -1
- package/docs/assets/copy.html-ef8c8571.js +13 -13
- package/docs/assets/data.html-6432175d.js +30 -30
- package/docs/assets/data.html-a3b05d5b.js +1 -1
- package/docs/assets/dialog.html-1f698e5a.js +1 -1
- package/docs/assets/dialog.html-62902b83.js +68 -68
- package/docs/assets/dialog.html-baea77c9.js +1 -1
- package/docs/assets/dialog.html-bb082fc4.js +1 -1
- package/docs/assets/dict.html-1311da3d.js +23 -23
- package/docs/assets/dict.html-b96fbf0c.js +1 -1
- package/docs/assets/dictOptions.html-7c4f40a5.js +1 -1
- package/docs/assets/dictOptions.html-fb99d175.js +5 -5
- package/docs/assets/dragger.html-668d3efa.js +1 -1
- package/docs/assets/dragger.html-749d585a.js +1 -1
- package/docs/assets/editor-code.html-6ab26ea9.js +1 -1
- package/docs/assets/editor-code.html-d196205d.js +1 -1
- package/docs/assets/empty.html-1c139131.js +1 -1
- package/docs/assets/empty.html-1e9c441d.js +1 -1
- package/docs/assets/field-date.html-069fdb13.js +1 -1
- package/docs/assets/field-date.html-ad204aa9.js +1 -1
- package/docs/assets/field-table.html-ce480f03.js +1 -1
- package/docs/assets/field-table.html-d9236160.js +1 -1
- package/docs/assets/field-text.html-7277c62f.js +1 -1
- package/docs/assets/field-text.html-ccb4cecf.js +1 -1
- package/docs/assets/field-tree.html-519bfb45.js +1 -1
- package/docs/assets/field-tree.html-fdc748d6.js +1 -1
- package/docs/assets/form.html-2b562c37.js +2 -2
- package/docs/assets/form.html-75104cd5.js +1 -1
- package/docs/assets/framework-204010b2.js +5 -5
- package/docs/assets/getData.html-990e3787.js +1 -1
- package/docs/assets/getData.html-bb72025f.js +34 -34
- package/docs/assets/getFile.html-42368004.js +1 -1
- package/docs/assets/getFile.html-99abd054.js +3 -3
- package/docs/assets/getImage.html-3429c5a1.js +1 -1
- package/docs/assets/getImage.html-4d886d83.js +3 -3
- package/docs/assets/getTime.html-7435f922.js +1 -1
- package/docs/assets/getTime.html-b37f49eb.js +20 -20
- package/docs/assets/img.html-7d1da657.js +1 -1
- package/docs/assets/img.html-fbea1105.js +1 -1
- package/docs/assets/index.html-1695dd7c.js +1 -1
- package/docs/assets/index.html-65a4aa67.js +1 -1
- package/docs/assets/index.html-7b98d5bd.js +1 -1
- package/docs/assets/index.html-c01f2648.js +1 -1
- package/docs/assets/input-number.html-0b250d2a.js +1 -1
- package/docs/assets/input-number.html-a8eb0378.js +1 -1
- package/docs/assets/list-menu-item.html-7f1b4611.js +1 -1
- package/docs/assets/list-menu-item.html-84ed5ab8.js +1 -1
- package/docs/assets/list-menu.html-28b4163f.js +1 -1
- package/docs/assets/list-menu.html-cb6ba95b.js +1 -1
- package/docs/assets/loading.html-dae9e39d.js +6 -6
- package/docs/assets/loading.html-dc74c9e6.js +1 -1
- package/docs/assets/notify.html-e6c4c514.js +1 -1
- package/docs/assets/notify.html-f2c4d914.js +8 -8
- package/docs/assets/power-page.html-32e02f82.js +1 -1
- package/docs/assets/power-page.html-485e77da.js +1 -1
- package/docs/assets/power.html-d258cc19.js +93 -93
- package/docs/assets/power.html-e490bd32.js +1 -1
- package/docs/assets/previewImage.html-6a6b4245.js +1 -1
- package/docs/assets/previewImage.html-c5b7e945.js +2 -2
- package/docs/assets/price.html-1882c548.js +19 -19
- package/docs/assets/price.html-94d3f5be.js +1 -1
- package/docs/assets/price.html-d213df0f.js +1 -1
- package/docs/assets/price.html-deaf880f.js +1 -1
- package/docs/assets/render.html-8efcbdd4.js +1 -1
- package/docs/assets/render.html-df228e38.js +1 -1
- package/docs/assets/rule.html-2cd57fc2.js +13 -13
- package/docs/assets/rule.html-61662001.js +1 -1
- package/docs/assets/ruleValid.html-04fe2552.js +1 -1
- package/docs/assets/ruleValid.html-e0a776af.js +14 -14
- package/docs/assets/search-0782d0d1.svg +1 -1
- package/docs/assets/search-item.html-3f75394c.js +1 -1
- package/docs/assets/search-item.html-4e942ecd.js +1 -1
- package/docs/assets/search.html-2807043e.js +1 -1
- package/docs/assets/search.html-c24f8806.js +1 -1
- package/docs/assets/select.html-00d0607c.js +1 -1
- package/docs/assets/select.html-de7731f5.js +1 -1
- package/docs/assets/splitter.html-56f51a70.js +1 -1
- package/docs/assets/splitter.html-f5c836d7.js +1 -1
- package/docs/assets/style-161e43ab.css +1 -1
- package/docs/assets/symbols.html-a6aea4bf.js +1 -1
- package/docs/assets/symbols.html-b1f65bad.js +21 -21
- package/docs/assets/table-column-fixed.html-3a69e7b2.js +1 -1
- package/docs/assets/table-column-fixed.html-e763c38b.js +1 -1
- package/docs/assets/table-pagination.html-236934d3.js +1 -1
- package/docs/assets/table-pagination.html-c37ee2ac.js +1 -1
- package/docs/assets/table-splitter.html-07eab15c.js +1 -1
- package/docs/assets/table-splitter.html-7670ee65.js +1 -1
- package/docs/assets/table-summary.html-04db434f.js +1 -1
- package/docs/assets/table-summary.html-943c65a0.js +1 -1
- package/docs/assets/table.html-36253ad7.js +1 -1
- package/docs/assets/table.html-7f9c5d1b.js +38 -38
- package/docs/assets/table.html-93d53dc8.js +1 -1
- package/docs/assets/table.html-ac99b9cb.js +1 -1
- package/docs/assets/thumbnail.html-bab1976b.js +1 -1
- package/docs/assets/thumbnail.html-eb64e5e8.js +1 -1
- package/docs/assets/timestamp.html-4e54f79b.js +13 -13
- package/docs/assets/timestamp.html-d0e1b88a.js +1 -1
- package/docs/assets/toast.html-58ecbe21.js +1 -1
- package/docs/assets/toast.html-c9b9d36b.js +6 -6
- package/docs/assets/toolbar.html-83d9f97c.js +1 -1
- package/docs/assets/toolbar.html-ff7b8c92.js +1 -1
- package/docs/assets/tree.html-d07cbe79.js +23 -23
- package/docs/assets/tree.html-ea04193e.js +1 -1
- package/docs/assets/uploader-query.html-05590718.js +1 -1
- package/docs/assets/uploader-query.html-3175bac5.js +1 -1
- package/docs/assets/uploader.html-36da4394.js +2 -2
- package/docs/assets/uploader.html-6b5f3079.js +1 -1
- package/docs/assets/uploader.html-b9340b57.js +1 -1
- package/docs/assets/uploader.html-bc1c22e3.js +1 -1
- package/docs/assets/value-format.html-8ae3d47d.js +1 -1
- package/docs/assets/value-format.html-afa99b3d.js +1 -1
- package/docs/components/column-title.html +35 -35
- package/docs/components/data.html +62 -62
- package/docs/components/dialog.html +33 -33
- package/docs/components/dragger.html +33 -33
- package/docs/components/editor-code.html +33 -33
- package/docs/components/empty.html +33 -33
- package/docs/components/field-date.html +33 -33
- package/docs/components/field-table.html +33 -33
- package/docs/components/field-text.html +33 -33
- package/docs/components/field-tree.html +33 -33
- package/docs/components/img.html +33 -33
- package/docs/components/input-number.html +33 -33
- package/docs/components/list-menu-item.html +33 -33
- package/docs/components/list-menu.html +33 -33
- package/docs/components/power-page.html +33 -33
- package/docs/components/price.html +33 -33
- package/docs/components/render.html +33 -33
- package/docs/components/search-item.html +33 -33
- package/docs/components/search.html +33 -33
- package/docs/components/select.html +33 -33
- package/docs/components/splitter.html +33 -33
- package/docs/components/table-column-fixed.html +33 -33
- package/docs/components/table-pagination.html +33 -33
- package/docs/components/table-splitter.html +33 -33
- package/docs/components/table-summary.html +33 -33
- package/docs/components/table.html +33 -33
- package/docs/components/thumbnail.html +33 -33
- package/docs/components/toolbar.html +33 -33
- package/docs/components/uploader-query.html +33 -33
- package/docs/components/uploader.html +33 -33
- package/docs/components/value-format.html +33 -33
- package/docs/css/index.css +3 -3
- package/docs/index.html +33 -33
- package/docs/utils/alert.html +37 -37
- package/docs/utils/area.html +74 -74
- package/docs/utils/arr.html +43 -43
- package/docs/utils/auth.html +40 -40
- package/docs/utils/bus.html +38 -38
- package/docs/utils/confirm.html +42 -42
- package/docs/utils/copy.html +45 -45
- package/docs/utils/dialog.html +100 -100
- package/docs/utils/dict.html +55 -55
- package/docs/utils/dictOptions.html +37 -37
- package/docs/utils/form.html +34 -34
- package/docs/utils/getData.html +66 -66
- package/docs/utils/getFile.html +35 -35
- package/docs/utils/getImage.html +35 -35
- package/docs/utils/getTime.html +52 -52
- package/docs/utils/index.html +33 -33
- package/docs/utils/loading.html +38 -38
- package/docs/utils/notify.html +40 -40
- package/docs/utils/power.html +125 -125
- package/docs/utils/previewImage.html +34 -34
- package/docs/utils/price.html +51 -51
- package/docs/utils/rule.html +45 -45
- package/docs/utils/ruleValid.html +46 -46
- package/docs/utils/symbols.html +53 -53
- package/docs/utils/table.html +70 -70
- package/docs/utils/timestamp.html +45 -45
- package/docs/utils/toast.html +38 -38
- package/docs/utils/tree.html +55 -55
- package/docs/utils/uploader.html +34 -34
- package/package.json +25 -25
- package/sass/common.scss +184 -184
- package/sass/index.scss +12 -12
- package/sass/line.scss +39 -39
- package/sass/quasar/btn.scss +46 -46
- package/sass/quasar/common.scss +3 -3
- package/sass/quasar/drawer.scss +6 -6
- package/sass/quasar/field.scss +259 -259
- package/sass/quasar/loading.scss +6 -6
- package/sass/quasar/table.scss +168 -168
- package/sass/quasar/toolbar.scss +22 -22
- package/sass/variables.scss +140 -140
- package/store/index.js +29 -29
- package/utils/$auth.js +128 -128
- package/utils/$form.js +72 -72
- package/utils/$power.js +1494 -1494
- package/utils/$render.js +75 -75
- package/utils/$rule.js +13 -13
- package/utils/$ruleValid.js +10 -10
- package/utils/$search.js +416 -416
- package/utils/$table.js +1351 -1348
- package/utils/$tree.js +682 -682
- package/utils/alert.js +12 -12
- package/utils/area.js +400 -400
- package/utils/arr.js +51 -51
- package/utils/bus.js +6 -6
- package/utils/config.js +66 -66
- package/utils/confirm.js +11 -11
- package/utils/copy.js +30 -30
- package/utils/dialog.js +36 -36
- package/utils/dict.js +21 -21
- package/utils/dictOptions.js +28 -28
- package/utils/getData.js +88 -88
- package/utils/getFile.js +67 -67
- package/utils/getImage.js +276 -276
- package/utils/getTime.js +113 -113
- package/utils/index.js +67 -67
- package/utils/loading.js +15 -15
- package/utils/notify.js +13 -13
- package/utils/play.js +40 -40
- package/utils/previewImage.js +14 -14
- package/utils/price.js +18 -18
- package/utils/symbols.js +18 -18
- package/utils/timestamp.js +18 -18
- package/utils/toast.js +13 -13
- package/utils/uploader.js +2114 -2114
- package/utils/useAuth.js +30 -30
- package/utils/useFileUrl.js +26 -26
- package/utils/useRouter.js +47 -47
- package/utils/useSearch.js +587 -562
package/sass/quasar/table.scss
CHANGED
|
@@ -1,168 +1,168 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 表格
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
// 头部底部背景色
|
|
6
|
-
$header-footer-bg-color: $grey-2;
|
|
7
|
-
$dark-header-footer-bg-color: $color-gray-93;
|
|
8
|
-
// 单元格背景色
|
|
9
|
-
$td-bg-color: #ffffff;
|
|
10
|
-
$dark-td-bg-color: $dark;
|
|
11
|
-
|
|
12
|
-
.n-table {
|
|
13
|
-
|
|
14
|
-
// 单元格换行
|
|
15
|
-
&__col-wrap {
|
|
16
|
-
word-wrap: break-word !important;
|
|
17
|
-
white-space: pre-wrap !important;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// 箭头
|
|
21
|
-
//.q-tree__arrow {
|
|
22
|
-
// color: $grey;
|
|
23
|
-
//}
|
|
24
|
-
|
|
25
|
-
// 空箭头
|
|
26
|
-
&__arrow-noop {
|
|
27
|
-
width: 16px;
|
|
28
|
-
margin-right: 4px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
// 缩略图
|
|
32
|
-
&__thumbnail {
|
|
33
|
-
+ .n-table__thumbnail {
|
|
34
|
-
margin-left: 4px;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
&.q-table {
|
|
39
|
-
&--dense {
|
|
40
|
-
// 复选框
|
|
41
|
-
.q-table {
|
|
42
|
-
th,
|
|
43
|
-
td {
|
|
44
|
-
&.q-table--col-auto-width:first-child {
|
|
45
|
-
padding: 0 12px;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
thead tr,
|
|
51
|
-
tbody tr,
|
|
52
|
-
tbody td {
|
|
53
|
-
height: 40px;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&--horizontal-separator,
|
|
58
|
-
&--cell-separator {
|
|
59
|
-
tbody {
|
|
60
|
-
// 表格内容最后一排数据底部加上横线
|
|
61
|
-
&.q-virtual-scroll__content {
|
|
62
|
-
tr:last-child > td {
|
|
63
|
-
border-bottom-width: 1px;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
// 宫格模式
|
|
71
|
-
&--grid {
|
|
72
|
-
background-color: rgba(var(--n-reverse-color-rgb), 0.1);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// 撑满
|
|
76
|
-
&.absolute-full {
|
|
77
|
-
border-radius: unset;
|
|
78
|
-
|
|
79
|
-
// 顶部吸顶
|
|
80
|
-
thead tr th {
|
|
81
|
-
position: sticky;
|
|
82
|
-
z-index: 2;
|
|
83
|
-
}
|
|
84
|
-
thead tr:first-child th {
|
|
85
|
-
top: 0;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
// 最后一列固定
|
|
89
|
-
&.n-table--last-fixed {
|
|
90
|
-
// 最后一列吸顶
|
|
91
|
-
th:last-child,
|
|
92
|
-
td:last-child {
|
|
93
|
-
position: sticky;
|
|
94
|
-
right: 0;
|
|
95
|
-
z-index: 1;
|
|
96
|
-
}
|
|
97
|
-
th:last-child {
|
|
98
|
-
z-index: 2;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// 亮色
|
|
105
|
-
.body--light {
|
|
106
|
-
.n-table {
|
|
107
|
-
|
|
108
|
-
// 头部和底部背景色
|
|
109
|
-
.q-table__top,
|
|
110
|
-
.q-table__bottom,
|
|
111
|
-
thead tr:first-child th {
|
|
112
|
-
background-color: $header-footer-bg-color;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
// 撑满
|
|
116
|
-
&.absolute-full {
|
|
117
|
-
// 最后一列固定
|
|
118
|
-
&.n-table--last-fixed {
|
|
119
|
-
// 头部最后一个
|
|
120
|
-
thead tr:last-child th:last-child {
|
|
121
|
-
background-color: $header-footer-bg-color;
|
|
122
|
-
}
|
|
123
|
-
// 内容最后一个
|
|
124
|
-
td:last-child {
|
|
125
|
-
background-color: $td-bg-color;
|
|
126
|
-
}
|
|
127
|
-
th:last-child,
|
|
128
|
-
td:last-child {
|
|
129
|
-
background-color: $td-bg-color;
|
|
130
|
-
border-left: 1px solid $table-border-color;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
// 暗色
|
|
138
|
-
.body--dark {
|
|
139
|
-
.n-table {
|
|
140
|
-
|
|
141
|
-
// 头部和底部背景色
|
|
142
|
-
.q-table__top,
|
|
143
|
-
.q-table__bottom,
|
|
144
|
-
thead tr:first-child th {
|
|
145
|
-
background-color: $dark-header-footer-bg-color;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
// 撑满
|
|
149
|
-
&.absolute-full {
|
|
150
|
-
// 最后一列固定
|
|
151
|
-
&.n-table--last-fixed {
|
|
152
|
-
// 头部最后一个
|
|
153
|
-
thead tr:last-child th:last-child {
|
|
154
|
-
background-color: $dark-header-footer-bg-color;
|
|
155
|
-
}
|
|
156
|
-
// 内容最后一个
|
|
157
|
-
td:last-child {
|
|
158
|
-
background-color: $dark-td-bg-color;
|
|
159
|
-
}
|
|
160
|
-
th:last-child,
|
|
161
|
-
td:last-child {
|
|
162
|
-
background-color: $dark-td-bg-color;
|
|
163
|
-
border-left: 1px solid $table-dark-border-color;
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* 表格
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
// 头部底部背景色
|
|
6
|
+
$header-footer-bg-color: $grey-2;
|
|
7
|
+
$dark-header-footer-bg-color: $color-gray-93;
|
|
8
|
+
// 单元格背景色
|
|
9
|
+
$td-bg-color: #ffffff;
|
|
10
|
+
$dark-td-bg-color: $dark;
|
|
11
|
+
|
|
12
|
+
.n-table {
|
|
13
|
+
|
|
14
|
+
// 单元格换行
|
|
15
|
+
&__col-wrap {
|
|
16
|
+
word-wrap: break-word !important;
|
|
17
|
+
white-space: pre-wrap !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// 箭头
|
|
21
|
+
//.q-tree__arrow {
|
|
22
|
+
// color: $grey;
|
|
23
|
+
//}
|
|
24
|
+
|
|
25
|
+
// 空箭头
|
|
26
|
+
&__arrow-noop {
|
|
27
|
+
width: 16px;
|
|
28
|
+
margin-right: 4px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// 缩略图
|
|
32
|
+
&__thumbnail {
|
|
33
|
+
+ .n-table__thumbnail {
|
|
34
|
+
margin-left: 4px;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.q-table {
|
|
39
|
+
&--dense {
|
|
40
|
+
// 复选框
|
|
41
|
+
.q-table {
|
|
42
|
+
th,
|
|
43
|
+
td {
|
|
44
|
+
&.q-table--col-auto-width:first-child {
|
|
45
|
+
padding: 0 12px;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
thead tr,
|
|
51
|
+
tbody tr,
|
|
52
|
+
tbody td {
|
|
53
|
+
height: 40px;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&--horizontal-separator,
|
|
58
|
+
&--cell-separator {
|
|
59
|
+
tbody {
|
|
60
|
+
// 表格内容最后一排数据底部加上横线
|
|
61
|
+
&.q-virtual-scroll__content {
|
|
62
|
+
tr:last-child > td {
|
|
63
|
+
border-bottom-width: 1px;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// 宫格模式
|
|
71
|
+
&--grid {
|
|
72
|
+
background-color: rgba(var(--n-reverse-color-rgb), 0.1);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// 撑满
|
|
76
|
+
&.absolute-full {
|
|
77
|
+
border-radius: unset;
|
|
78
|
+
|
|
79
|
+
// 顶部吸顶
|
|
80
|
+
thead tr th {
|
|
81
|
+
position: sticky;
|
|
82
|
+
z-index: 2;
|
|
83
|
+
}
|
|
84
|
+
thead tr:first-child th {
|
|
85
|
+
top: 0;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// 最后一列固定
|
|
89
|
+
&.n-table--last-fixed {
|
|
90
|
+
// 最后一列吸顶
|
|
91
|
+
th:last-child,
|
|
92
|
+
td:last-child {
|
|
93
|
+
position: sticky;
|
|
94
|
+
right: 0;
|
|
95
|
+
z-index: 1;
|
|
96
|
+
}
|
|
97
|
+
th:last-child {
|
|
98
|
+
z-index: 2;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// 亮色
|
|
105
|
+
.body--light {
|
|
106
|
+
.n-table {
|
|
107
|
+
|
|
108
|
+
// 头部和底部背景色
|
|
109
|
+
.q-table__top,
|
|
110
|
+
.q-table__bottom,
|
|
111
|
+
thead tr:first-child th {
|
|
112
|
+
background-color: $header-footer-bg-color;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// 撑满
|
|
116
|
+
&.absolute-full {
|
|
117
|
+
// 最后一列固定
|
|
118
|
+
&.n-table--last-fixed {
|
|
119
|
+
// 头部最后一个
|
|
120
|
+
thead tr:last-child th:last-child {
|
|
121
|
+
background-color: $header-footer-bg-color;
|
|
122
|
+
}
|
|
123
|
+
// 内容最后一个
|
|
124
|
+
td:last-child {
|
|
125
|
+
background-color: $td-bg-color;
|
|
126
|
+
}
|
|
127
|
+
th:last-child,
|
|
128
|
+
td:last-child {
|
|
129
|
+
background-color: $td-bg-color;
|
|
130
|
+
border-left: 1px solid $table-border-color;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// 暗色
|
|
138
|
+
.body--dark {
|
|
139
|
+
.n-table {
|
|
140
|
+
|
|
141
|
+
// 头部和底部背景色
|
|
142
|
+
.q-table__top,
|
|
143
|
+
.q-table__bottom,
|
|
144
|
+
thead tr:first-child th {
|
|
145
|
+
background-color: $dark-header-footer-bg-color;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// 撑满
|
|
149
|
+
&.absolute-full {
|
|
150
|
+
// 最后一列固定
|
|
151
|
+
&.n-table--last-fixed {
|
|
152
|
+
// 头部最后一个
|
|
153
|
+
thead tr:last-child th:last-child {
|
|
154
|
+
background-color: $dark-header-footer-bg-color;
|
|
155
|
+
}
|
|
156
|
+
// 内容最后一个
|
|
157
|
+
td:last-child {
|
|
158
|
+
background-color: $dark-td-bg-color;
|
|
159
|
+
}
|
|
160
|
+
th:last-child,
|
|
161
|
+
td:last-child {
|
|
162
|
+
background-color: $dark-td-bg-color;
|
|
163
|
+
border-left: 1px solid $table-dark-border-color;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
package/sass/quasar/toolbar.scss
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 头部
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* 亮色
|
|
7
|
-
*/
|
|
8
|
-
.body--light {
|
|
9
|
-
.n-toolbar {
|
|
10
|
-
color: $grey-8 !important;
|
|
11
|
-
background: $grey-2 !important;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* 暗色
|
|
17
|
-
*/
|
|
18
|
-
.body--dark {
|
|
19
|
-
.n-toolbar {
|
|
20
|
-
background: var(--q-dark) !important;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* 头部
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* 亮色
|
|
7
|
+
*/
|
|
8
|
+
.body--light {
|
|
9
|
+
.n-toolbar {
|
|
10
|
+
color: $grey-8 !important;
|
|
11
|
+
background: $grey-2 !important;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* 暗色
|
|
17
|
+
*/
|
|
18
|
+
.body--dark {
|
|
19
|
+
.n-toolbar {
|
|
20
|
+
background: var(--q-dark) !important;
|
|
21
|
+
}
|
|
22
|
+
}
|
package/sass/variables.scss
CHANGED
|
@@ -1,140 +1,140 @@
|
|
|
1
|
-
// ==========【quasar 重定义】=====================================================================================================
|
|
2
|
-
|
|
3
|
-
$primary : #4380fa !default;
|
|
4
|
-
$secondary : #19be6b !default;
|
|
5
|
-
$accent : #9C27B0 !default;
|
|
6
|
-
|
|
7
|
-
$dark : #27282e !default;
|
|
8
|
-
$dark-page : #1b1c21 !default;
|
|
9
|
-
|
|
10
|
-
$positive : #19be6b !default;
|
|
11
|
-
$negative : #ff3750 !default;
|
|
12
|
-
$info : #2db7f5 !default;
|
|
13
|
-
$warning : #ff9900 !default;
|
|
14
|
-
|
|
15
|
-
$dark-shadow-color: #000000 !default;
|
|
16
|
-
|
|
17
|
-
//$shadow-color : #000000 !default; !default;
|
|
18
|
-
//$elevation-umbra : rgba($shadow-color, 0.1) !default; !default;
|
|
19
|
-
//$elevation-penumbra : rgba($shadow-color, 0.1) !default; !default;
|
|
20
|
-
//$elevation-ambient : rgba($shadow-color, 0.1) !default; !default;
|
|
21
|
-
|
|
22
|
-
// ==========【自定义】=====================================================================================================
|
|
23
|
-
|
|
24
|
-
$color-gray-dark: $dark-page !default;
|
|
25
|
-
$color-gray-white: #ffffff !default;
|
|
26
|
-
|
|
27
|
-
$color-gray-99: mix($color-gray-dark, $color-gray-white, 99%) !default;
|
|
28
|
-
$color-gray-98: mix($color-gray-dark, $color-gray-white, 98%) !default;
|
|
29
|
-
$color-gray-97: mix($color-gray-dark, $color-gray-white, 97%) !default;
|
|
30
|
-
$color-gray-96: mix($color-gray-dark, $color-gray-white, 96%) !default;
|
|
31
|
-
$color-gray-95: mix($color-gray-dark, $color-gray-white, 95%) !default;
|
|
32
|
-
$color-gray-94: mix($color-gray-dark, $color-gray-white, 94%) !default;
|
|
33
|
-
$color-gray-93: mix($color-gray-dark, $color-gray-white, 93%) !default;
|
|
34
|
-
$color-gray-92: mix($color-gray-dark, $color-gray-white, 92%) !default;
|
|
35
|
-
$color-gray-91: mix($color-gray-dark, $color-gray-white, 91%) !default;
|
|
36
|
-
$color-gray-90: mix($color-gray-dark, $color-gray-white, 90%) !default;
|
|
37
|
-
$color-gray-89: mix($color-gray-dark, $color-gray-white, 89%) !default;
|
|
38
|
-
$color-gray-88: mix($color-gray-dark, $color-gray-white, 88%) !default;
|
|
39
|
-
$color-gray-87: mix($color-gray-dark, $color-gray-white, 87%) !default;
|
|
40
|
-
$color-gray-86: mix($color-gray-dark, $color-gray-white, 86%) !default;
|
|
41
|
-
$color-gray-85: mix($color-gray-dark, $color-gray-white, 85%) !default;
|
|
42
|
-
$color-gray-84: mix($color-gray-dark, $color-gray-white, 84%) !default;
|
|
43
|
-
$color-gray-83: mix($color-gray-dark, $color-gray-white, 83%) !default;
|
|
44
|
-
$color-gray-82: mix($color-gray-dark, $color-gray-white, 82%) !default;
|
|
45
|
-
$color-gray-81: mix($color-gray-dark, $color-gray-white, 81%) !default;
|
|
46
|
-
$color-gray-80: mix($color-gray-dark, $color-gray-white, 80%) !default;
|
|
47
|
-
$color-gray-79: mix($color-gray-dark, $color-gray-white, 79%) !default;
|
|
48
|
-
$color-gray-78: mix($color-gray-dark, $color-gray-white, 78%) !default;
|
|
49
|
-
$color-gray-77: mix($color-gray-dark, $color-gray-white, 77%) !default;
|
|
50
|
-
$color-gray-76: mix($color-gray-dark, $color-gray-white, 76%) !default;
|
|
51
|
-
$color-gray-75: mix($color-gray-dark, $color-gray-white, 75%) !default;
|
|
52
|
-
$color-gray-74: mix($color-gray-dark, $color-gray-white, 74%) !default;
|
|
53
|
-
$color-gray-73: mix($color-gray-dark, $color-gray-white, 73%) !default;
|
|
54
|
-
$color-gray-72: mix($color-gray-dark, $color-gray-white, 72%) !default;
|
|
55
|
-
$color-gray-71: mix($color-gray-dark, $color-gray-white, 71%) !default;
|
|
56
|
-
$color-gray-70: mix($color-gray-dark, $color-gray-white, 70%) !default;
|
|
57
|
-
$color-gray-69: mix($color-gray-dark, $color-gray-white, 69%) !default;
|
|
58
|
-
$color-gray-68: mix($color-gray-dark, $color-gray-white, 68%) !default;
|
|
59
|
-
$color-gray-67: mix($color-gray-dark, $color-gray-white, 67%) !default;
|
|
60
|
-
$color-gray-66: mix($color-gray-dark, $color-gray-white, 66%) !default;
|
|
61
|
-
$color-gray-65: mix($color-gray-dark, $color-gray-white, 65%) !default;
|
|
62
|
-
$color-gray-64: mix($color-gray-dark, $color-gray-white, 64%) !default;
|
|
63
|
-
$color-gray-63: mix($color-gray-dark, $color-gray-white, 63%) !default;
|
|
64
|
-
$color-gray-62: mix($color-gray-dark, $color-gray-white, 62%) !default;
|
|
65
|
-
$color-gray-61: mix($color-gray-dark, $color-gray-white, 61%) !default;
|
|
66
|
-
$color-gray-60: mix($color-gray-dark, $color-gray-white, 60%) !default;
|
|
67
|
-
$color-gray-59: mix($color-gray-dark, $color-gray-white, 59%) !default;
|
|
68
|
-
$color-gray-58: mix($color-gray-dark, $color-gray-white, 58%) !default;
|
|
69
|
-
$color-gray-57: mix($color-gray-dark, $color-gray-white, 57%) !default;
|
|
70
|
-
$color-gray-56: mix($color-gray-dark, $color-gray-white, 56%) !default;
|
|
71
|
-
$color-gray-55: mix($color-gray-dark, $color-gray-white, 55%) !default;
|
|
72
|
-
$color-gray-54: mix($color-gray-dark, $color-gray-white, 54%) !default;
|
|
73
|
-
$color-gray-53: mix($color-gray-dark, $color-gray-white, 53%) !default;
|
|
74
|
-
$color-gray-52: mix($color-gray-dark, $color-gray-white, 52%) !default;
|
|
75
|
-
$color-gray-51: mix($color-gray-dark, $color-gray-white, 51%) !default;
|
|
76
|
-
$color-gray-50: mix($color-gray-dark, $color-gray-white, 50%) !default;
|
|
77
|
-
$color-gray-49: mix($color-gray-dark, $color-gray-white, 49%) !default;
|
|
78
|
-
$color-gray-48: mix($color-gray-dark, $color-gray-white, 48%) !default;
|
|
79
|
-
$color-gray-47: mix($color-gray-dark, $color-gray-white, 47%) !default;
|
|
80
|
-
$color-gray-46: mix($color-gray-dark, $color-gray-white, 46%) !default;
|
|
81
|
-
$color-gray-45: mix($color-gray-dark, $color-gray-white, 45%) !default;
|
|
82
|
-
$color-gray-44: mix($color-gray-dark, $color-gray-white, 44%) !default;
|
|
83
|
-
$color-gray-43: mix($color-gray-dark, $color-gray-white, 43%) !default;
|
|
84
|
-
$color-gray-42: mix($color-gray-dark, $color-gray-white, 42%) !default;
|
|
85
|
-
$color-gray-41: mix($color-gray-dark, $color-gray-white, 41%) !default;
|
|
86
|
-
$color-gray-40: mix($color-gray-dark, $color-gray-white, 40%) !default;
|
|
87
|
-
$color-gray-39: mix($color-gray-dark, $color-gray-white, 39%) !default;
|
|
88
|
-
$color-gray-38: mix($color-gray-dark, $color-gray-white, 38%) !default;
|
|
89
|
-
$color-gray-37: mix($color-gray-dark, $color-gray-white, 37%) !default;
|
|
90
|
-
$color-gray-36: mix($color-gray-dark, $color-gray-white, 36%) !default;
|
|
91
|
-
$color-gray-35: mix($color-gray-dark, $color-gray-white, 35%) !default;
|
|
92
|
-
$color-gray-34: mix($color-gray-dark, $color-gray-white, 34%) !default;
|
|
93
|
-
$color-gray-33: mix($color-gray-dark, $color-gray-white, 33%) !default;
|
|
94
|
-
$color-gray-32: mix($color-gray-dark, $color-gray-white, 32%) !default;
|
|
95
|
-
$color-gray-31: mix($color-gray-dark, $color-gray-white, 31%) !default;
|
|
96
|
-
$color-gray-30: mix($color-gray-dark, $color-gray-white, 30%) !default;
|
|
97
|
-
$color-gray-29: mix($color-gray-dark, $color-gray-white, 29%) !default;
|
|
98
|
-
$color-gray-28: mix($color-gray-dark, $color-gray-white, 28%) !default;
|
|
99
|
-
$color-gray-27: mix($color-gray-dark, $color-gray-white, 27%) !default;
|
|
100
|
-
$color-gray-26: mix($color-gray-dark, $color-gray-white, 26%) !default;
|
|
101
|
-
$color-gray-25: mix($color-gray-dark, $color-gray-white, 25%) !default;
|
|
102
|
-
$color-gray-24: mix($color-gray-dark, $color-gray-white, 24%) !default;
|
|
103
|
-
$color-gray-23: mix($color-gray-dark, $color-gray-white, 23%) !default;
|
|
104
|
-
$color-gray-22: mix($color-gray-dark, $color-gray-white, 22%) !default;
|
|
105
|
-
$color-gray-21: mix($color-gray-dark, $color-gray-white, 21%) !default;
|
|
106
|
-
$color-gray-20: mix($color-gray-dark, $color-gray-white, 20%) !default;
|
|
107
|
-
$color-gray-16: mix($color-gray-dark, $color-gray-white, 16%) !default;
|
|
108
|
-
$color-gray-19: mix($color-gray-dark, $color-gray-white, 19%) !default;
|
|
109
|
-
$color-gray-18: mix($color-gray-dark, $color-gray-white, 18%) !default;
|
|
110
|
-
$color-gray-17: mix($color-gray-dark, $color-gray-white, 17%) !default;
|
|
111
|
-
$color-gray-16: mix($color-gray-dark, $color-gray-white, 16%) !default;
|
|
112
|
-
$color-gray-15: mix($color-gray-dark, $color-gray-white, 15%) !default;
|
|
113
|
-
$color-gray-14: mix($color-gray-dark, $color-gray-white, 14%) !default;
|
|
114
|
-
$color-gray-13: mix($color-gray-dark, $color-gray-white, 13%) !default;
|
|
115
|
-
$color-gray-12: mix($color-gray-dark, $color-gray-white, 12%) !default;
|
|
116
|
-
$color-gray-11: mix($color-gray-dark, $color-gray-white, 11%) !default;
|
|
117
|
-
$color-gray-10: mix($color-gray-dark, $color-gray-white, 10%) !default;
|
|
118
|
-
$color-gray-9: mix($color-gray-dark, $color-gray-white, 9%) !default;
|
|
119
|
-
$color-gray-8: mix($color-gray-dark, $color-gray-white, 8%) !default;
|
|
120
|
-
$color-gray-7: mix($color-gray-dark, $color-gray-white, 7%) !default;
|
|
121
|
-
$color-gray-6: mix($color-gray-dark, $color-gray-white, 6%) !default;
|
|
122
|
-
$color-gray-5: mix($color-gray-dark, $color-gray-white, 5%) !default;
|
|
123
|
-
$color-gray-4: mix($color-gray-dark, $color-gray-white, 4%) !default;
|
|
124
|
-
$color-gray-3: mix($color-gray-dark, $color-gray-white, 3%) !default;
|
|
125
|
-
$color-gray-2: mix($color-gray-dark, $color-gray-white, 2%) !default;
|
|
126
|
-
$color-gray-1: mix($color-gray-dark, $color-gray-white, 1%) !default;
|
|
127
|
-
|
|
128
|
-
$color-ccc: #cccccc !default;
|
|
129
|
-
$color-999: #999999 !default;
|
|
130
|
-
$color-888: #888888 !default;
|
|
131
|
-
$color-777: #777777 !default;
|
|
132
|
-
$color-666: #666666 !default;
|
|
133
|
-
$color-555: #555555 !default;
|
|
134
|
-
$color-444: #444444 !default;
|
|
135
|
-
$color-333: #333333 !default;
|
|
136
|
-
$color-222: #222222 !default;
|
|
137
|
-
$color-111: #111111 !default;
|
|
138
|
-
$color-000: $color-gray-dark !default;
|
|
139
|
-
|
|
140
|
-
@import "~quasar/src/css/variables.sass";
|
|
1
|
+
// ==========【quasar 重定义】=====================================================================================================
|
|
2
|
+
|
|
3
|
+
$primary : #4380fa !default;
|
|
4
|
+
$secondary : #19be6b !default;
|
|
5
|
+
$accent : #9C27B0 !default;
|
|
6
|
+
|
|
7
|
+
$dark : #27282e !default;
|
|
8
|
+
$dark-page : #1b1c21 !default;
|
|
9
|
+
|
|
10
|
+
$positive : #19be6b !default;
|
|
11
|
+
$negative : #ff3750 !default;
|
|
12
|
+
$info : #2db7f5 !default;
|
|
13
|
+
$warning : #ff9900 !default;
|
|
14
|
+
|
|
15
|
+
$dark-shadow-color: #000000 !default;
|
|
16
|
+
|
|
17
|
+
//$shadow-color : #000000 !default; !default;
|
|
18
|
+
//$elevation-umbra : rgba($shadow-color, 0.1) !default; !default;
|
|
19
|
+
//$elevation-penumbra : rgba($shadow-color, 0.1) !default; !default;
|
|
20
|
+
//$elevation-ambient : rgba($shadow-color, 0.1) !default; !default;
|
|
21
|
+
|
|
22
|
+
// ==========【自定义】=====================================================================================================
|
|
23
|
+
|
|
24
|
+
$color-gray-dark: $dark-page !default;
|
|
25
|
+
$color-gray-white: #ffffff !default;
|
|
26
|
+
|
|
27
|
+
$color-gray-99: mix($color-gray-dark, $color-gray-white, 99%) !default;
|
|
28
|
+
$color-gray-98: mix($color-gray-dark, $color-gray-white, 98%) !default;
|
|
29
|
+
$color-gray-97: mix($color-gray-dark, $color-gray-white, 97%) !default;
|
|
30
|
+
$color-gray-96: mix($color-gray-dark, $color-gray-white, 96%) !default;
|
|
31
|
+
$color-gray-95: mix($color-gray-dark, $color-gray-white, 95%) !default;
|
|
32
|
+
$color-gray-94: mix($color-gray-dark, $color-gray-white, 94%) !default;
|
|
33
|
+
$color-gray-93: mix($color-gray-dark, $color-gray-white, 93%) !default;
|
|
34
|
+
$color-gray-92: mix($color-gray-dark, $color-gray-white, 92%) !default;
|
|
35
|
+
$color-gray-91: mix($color-gray-dark, $color-gray-white, 91%) !default;
|
|
36
|
+
$color-gray-90: mix($color-gray-dark, $color-gray-white, 90%) !default;
|
|
37
|
+
$color-gray-89: mix($color-gray-dark, $color-gray-white, 89%) !default;
|
|
38
|
+
$color-gray-88: mix($color-gray-dark, $color-gray-white, 88%) !default;
|
|
39
|
+
$color-gray-87: mix($color-gray-dark, $color-gray-white, 87%) !default;
|
|
40
|
+
$color-gray-86: mix($color-gray-dark, $color-gray-white, 86%) !default;
|
|
41
|
+
$color-gray-85: mix($color-gray-dark, $color-gray-white, 85%) !default;
|
|
42
|
+
$color-gray-84: mix($color-gray-dark, $color-gray-white, 84%) !default;
|
|
43
|
+
$color-gray-83: mix($color-gray-dark, $color-gray-white, 83%) !default;
|
|
44
|
+
$color-gray-82: mix($color-gray-dark, $color-gray-white, 82%) !default;
|
|
45
|
+
$color-gray-81: mix($color-gray-dark, $color-gray-white, 81%) !default;
|
|
46
|
+
$color-gray-80: mix($color-gray-dark, $color-gray-white, 80%) !default;
|
|
47
|
+
$color-gray-79: mix($color-gray-dark, $color-gray-white, 79%) !default;
|
|
48
|
+
$color-gray-78: mix($color-gray-dark, $color-gray-white, 78%) !default;
|
|
49
|
+
$color-gray-77: mix($color-gray-dark, $color-gray-white, 77%) !default;
|
|
50
|
+
$color-gray-76: mix($color-gray-dark, $color-gray-white, 76%) !default;
|
|
51
|
+
$color-gray-75: mix($color-gray-dark, $color-gray-white, 75%) !default;
|
|
52
|
+
$color-gray-74: mix($color-gray-dark, $color-gray-white, 74%) !default;
|
|
53
|
+
$color-gray-73: mix($color-gray-dark, $color-gray-white, 73%) !default;
|
|
54
|
+
$color-gray-72: mix($color-gray-dark, $color-gray-white, 72%) !default;
|
|
55
|
+
$color-gray-71: mix($color-gray-dark, $color-gray-white, 71%) !default;
|
|
56
|
+
$color-gray-70: mix($color-gray-dark, $color-gray-white, 70%) !default;
|
|
57
|
+
$color-gray-69: mix($color-gray-dark, $color-gray-white, 69%) !default;
|
|
58
|
+
$color-gray-68: mix($color-gray-dark, $color-gray-white, 68%) !default;
|
|
59
|
+
$color-gray-67: mix($color-gray-dark, $color-gray-white, 67%) !default;
|
|
60
|
+
$color-gray-66: mix($color-gray-dark, $color-gray-white, 66%) !default;
|
|
61
|
+
$color-gray-65: mix($color-gray-dark, $color-gray-white, 65%) !default;
|
|
62
|
+
$color-gray-64: mix($color-gray-dark, $color-gray-white, 64%) !default;
|
|
63
|
+
$color-gray-63: mix($color-gray-dark, $color-gray-white, 63%) !default;
|
|
64
|
+
$color-gray-62: mix($color-gray-dark, $color-gray-white, 62%) !default;
|
|
65
|
+
$color-gray-61: mix($color-gray-dark, $color-gray-white, 61%) !default;
|
|
66
|
+
$color-gray-60: mix($color-gray-dark, $color-gray-white, 60%) !default;
|
|
67
|
+
$color-gray-59: mix($color-gray-dark, $color-gray-white, 59%) !default;
|
|
68
|
+
$color-gray-58: mix($color-gray-dark, $color-gray-white, 58%) !default;
|
|
69
|
+
$color-gray-57: mix($color-gray-dark, $color-gray-white, 57%) !default;
|
|
70
|
+
$color-gray-56: mix($color-gray-dark, $color-gray-white, 56%) !default;
|
|
71
|
+
$color-gray-55: mix($color-gray-dark, $color-gray-white, 55%) !default;
|
|
72
|
+
$color-gray-54: mix($color-gray-dark, $color-gray-white, 54%) !default;
|
|
73
|
+
$color-gray-53: mix($color-gray-dark, $color-gray-white, 53%) !default;
|
|
74
|
+
$color-gray-52: mix($color-gray-dark, $color-gray-white, 52%) !default;
|
|
75
|
+
$color-gray-51: mix($color-gray-dark, $color-gray-white, 51%) !default;
|
|
76
|
+
$color-gray-50: mix($color-gray-dark, $color-gray-white, 50%) !default;
|
|
77
|
+
$color-gray-49: mix($color-gray-dark, $color-gray-white, 49%) !default;
|
|
78
|
+
$color-gray-48: mix($color-gray-dark, $color-gray-white, 48%) !default;
|
|
79
|
+
$color-gray-47: mix($color-gray-dark, $color-gray-white, 47%) !default;
|
|
80
|
+
$color-gray-46: mix($color-gray-dark, $color-gray-white, 46%) !default;
|
|
81
|
+
$color-gray-45: mix($color-gray-dark, $color-gray-white, 45%) !default;
|
|
82
|
+
$color-gray-44: mix($color-gray-dark, $color-gray-white, 44%) !default;
|
|
83
|
+
$color-gray-43: mix($color-gray-dark, $color-gray-white, 43%) !default;
|
|
84
|
+
$color-gray-42: mix($color-gray-dark, $color-gray-white, 42%) !default;
|
|
85
|
+
$color-gray-41: mix($color-gray-dark, $color-gray-white, 41%) !default;
|
|
86
|
+
$color-gray-40: mix($color-gray-dark, $color-gray-white, 40%) !default;
|
|
87
|
+
$color-gray-39: mix($color-gray-dark, $color-gray-white, 39%) !default;
|
|
88
|
+
$color-gray-38: mix($color-gray-dark, $color-gray-white, 38%) !default;
|
|
89
|
+
$color-gray-37: mix($color-gray-dark, $color-gray-white, 37%) !default;
|
|
90
|
+
$color-gray-36: mix($color-gray-dark, $color-gray-white, 36%) !default;
|
|
91
|
+
$color-gray-35: mix($color-gray-dark, $color-gray-white, 35%) !default;
|
|
92
|
+
$color-gray-34: mix($color-gray-dark, $color-gray-white, 34%) !default;
|
|
93
|
+
$color-gray-33: mix($color-gray-dark, $color-gray-white, 33%) !default;
|
|
94
|
+
$color-gray-32: mix($color-gray-dark, $color-gray-white, 32%) !default;
|
|
95
|
+
$color-gray-31: mix($color-gray-dark, $color-gray-white, 31%) !default;
|
|
96
|
+
$color-gray-30: mix($color-gray-dark, $color-gray-white, 30%) !default;
|
|
97
|
+
$color-gray-29: mix($color-gray-dark, $color-gray-white, 29%) !default;
|
|
98
|
+
$color-gray-28: mix($color-gray-dark, $color-gray-white, 28%) !default;
|
|
99
|
+
$color-gray-27: mix($color-gray-dark, $color-gray-white, 27%) !default;
|
|
100
|
+
$color-gray-26: mix($color-gray-dark, $color-gray-white, 26%) !default;
|
|
101
|
+
$color-gray-25: mix($color-gray-dark, $color-gray-white, 25%) !default;
|
|
102
|
+
$color-gray-24: mix($color-gray-dark, $color-gray-white, 24%) !default;
|
|
103
|
+
$color-gray-23: mix($color-gray-dark, $color-gray-white, 23%) !default;
|
|
104
|
+
$color-gray-22: mix($color-gray-dark, $color-gray-white, 22%) !default;
|
|
105
|
+
$color-gray-21: mix($color-gray-dark, $color-gray-white, 21%) !default;
|
|
106
|
+
$color-gray-20: mix($color-gray-dark, $color-gray-white, 20%) !default;
|
|
107
|
+
$color-gray-16: mix($color-gray-dark, $color-gray-white, 16%) !default;
|
|
108
|
+
$color-gray-19: mix($color-gray-dark, $color-gray-white, 19%) !default;
|
|
109
|
+
$color-gray-18: mix($color-gray-dark, $color-gray-white, 18%) !default;
|
|
110
|
+
$color-gray-17: mix($color-gray-dark, $color-gray-white, 17%) !default;
|
|
111
|
+
$color-gray-16: mix($color-gray-dark, $color-gray-white, 16%) !default;
|
|
112
|
+
$color-gray-15: mix($color-gray-dark, $color-gray-white, 15%) !default;
|
|
113
|
+
$color-gray-14: mix($color-gray-dark, $color-gray-white, 14%) !default;
|
|
114
|
+
$color-gray-13: mix($color-gray-dark, $color-gray-white, 13%) !default;
|
|
115
|
+
$color-gray-12: mix($color-gray-dark, $color-gray-white, 12%) !default;
|
|
116
|
+
$color-gray-11: mix($color-gray-dark, $color-gray-white, 11%) !default;
|
|
117
|
+
$color-gray-10: mix($color-gray-dark, $color-gray-white, 10%) !default;
|
|
118
|
+
$color-gray-9: mix($color-gray-dark, $color-gray-white, 9%) !default;
|
|
119
|
+
$color-gray-8: mix($color-gray-dark, $color-gray-white, 8%) !default;
|
|
120
|
+
$color-gray-7: mix($color-gray-dark, $color-gray-white, 7%) !default;
|
|
121
|
+
$color-gray-6: mix($color-gray-dark, $color-gray-white, 6%) !default;
|
|
122
|
+
$color-gray-5: mix($color-gray-dark, $color-gray-white, 5%) !default;
|
|
123
|
+
$color-gray-4: mix($color-gray-dark, $color-gray-white, 4%) !default;
|
|
124
|
+
$color-gray-3: mix($color-gray-dark, $color-gray-white, 3%) !default;
|
|
125
|
+
$color-gray-2: mix($color-gray-dark, $color-gray-white, 2%) !default;
|
|
126
|
+
$color-gray-1: mix($color-gray-dark, $color-gray-white, 1%) !default;
|
|
127
|
+
|
|
128
|
+
$color-ccc: #cccccc !default;
|
|
129
|
+
$color-999: #999999 !default;
|
|
130
|
+
$color-888: #888888 !default;
|
|
131
|
+
$color-777: #777777 !default;
|
|
132
|
+
$color-666: #666666 !default;
|
|
133
|
+
$color-555: #555555 !default;
|
|
134
|
+
$color-444: #444444 !default;
|
|
135
|
+
$color-333: #333333 !default;
|
|
136
|
+
$color-222: #222222 !default;
|
|
137
|
+
$color-111: #111111 !default;
|
|
138
|
+
$color-000: $color-gray-dark !default;
|
|
139
|
+
|
|
140
|
+
@import "~quasar/src/css/variables.sass";
|