feat(core): adjust doc property style (#8561)

This commit is contained in:
EYHN
2024-10-21 09:41:45 +00:00
parent 42b3e069f9
commit 7cd4028176
8 changed files with 40 additions and 24 deletions
@@ -120,9 +120,9 @@ test('property table reordering', async ({ page }) => {
// new order should be Doc mode, (Tags), Number, Date, Checkbox, Text
for (const [index, property] of [
'Journal',
'Doc mode',
'Tags',
'Doc mode',
'Journal',
'Number',
'Date',
'Checkbox',
@@ -160,9 +160,9 @@ test('page info show more will show all properties', async ({ page }) => {
await page.click('[data-testid="property-collapsible-button"]');
for (const [index, property] of [
'Journal',
'Doc mode',
'Tags',
'Doc mode',
'Journal',
'Text',
'Number',
'Date',