Update panel
parent
23fbb68f52
commit
65a999933c
|
@ -122,7 +122,7 @@ export default {
|
||||||
if (layer) {
|
if (layer) {
|
||||||
let layerOptions = {
|
let layerOptions = {
|
||||||
name: 'primevue'
|
name: 'primevue'
|
||||||
//order: 'primevue'
|
//order: 'primevue' // @todo
|
||||||
};
|
};
|
||||||
|
|
||||||
ObjectUtils.isObject(layer) && (layerOptions.name = ObjectUtils.getItemValue(layer.name, { name, type }));
|
ObjectUtils.isObject(layer) && (layerOptions.name = ObjectUtils.getItemValue(layer.name, { name, type }));
|
||||||
|
|
|
@ -2,7 +2,7 @@ export default {
|
||||||
css: ({ dt }) => `
|
css: ({ dt }) => `
|
||||||
.p-panel {
|
.p-panel {
|
||||||
border: 1px solid ${dt('panel.border.color')};
|
border: 1px solid ${dt('panel.border.color')};
|
||||||
border-radius: ${dt('{rounded.base} * 2')};
|
border-radius: ${dt('rounded.base')};
|
||||||
background: ${dt('panel.background')};
|
background: ${dt('panel.background')};
|
||||||
color: ${dt('panel.text.color')};
|
color: ${dt('panel.text.color')};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue