feat(desc-page): add desc page demo

This commit is contained in:
vben
2020-11-17 22:28:32 +08:00
parent 0b6110a8fc
commit 7a000366b9
17 changed files with 573 additions and 44 deletions

View File

@@ -11,8 +11,10 @@ const modifyVars = {
'warning-color': '#EFBD47', // Warning color
'link-color': primaryColor, // Link color
'disabled-color': '#C2C2CC', // Failure color
'heading-color': '#2C3A61', // Title color
'text-color': '#2C3A61', // Main text color
'heading-color': 'rgba(0, 0, 0, 0.85)', // Title color
'text-color': 'rgba(0, 0, 0, 0.85)', // Main text color
// 'heading-color': '#2C3A61', // Title color
// 'text-color': '#2C3A61', // Main text color
'text-color-secondary ': '#606266', // Subtext color
'background-color-base': '#F0F2F5', // background color
'font-size-base': '14px', // Main font size