@@ -60,6 +60,7 @@ export const orugaConfig = {
|
||||
},
|
||||
switch: {
|
||||
labelClass: "switch-label",
|
||||
checkCheckedClass: "switch-check-checked",
|
||||
},
|
||||
select: {
|
||||
selectClass: "select",
|
||||
@@ -76,6 +77,8 @@ export const orugaConfig = {
|
||||
table: {
|
||||
tableClass: "table",
|
||||
tdClass: "table-td",
|
||||
thClass: "table-th",
|
||||
rootClass: "table-root",
|
||||
},
|
||||
pagination: {
|
||||
rootClass: "pagination",
|
||||
@@ -98,4 +101,10 @@ export const orugaConfig = {
|
||||
itemHeaderTypeClass: "tabs-nav-item-",
|
||||
itemHeaderActiveClass: "tabs-nav-item-active-",
|
||||
},
|
||||
tooltip: {
|
||||
rootClass: "tooltip",
|
||||
contentClass: "tooltip-content",
|
||||
arrowClass: "tooltip-arrow",
|
||||
variantClass: "tooltip-content-",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user