diff --git a/src/App.vue b/src/App.vue index fa38d1f..b6995c5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -84,6 +84,7 @@ sizeStep: 4, sizeUnit: 4, colorWarning: '#EFBD47', + colorBorderSecondary: '#e0e0e0', colorError: '#ED6F6F', fontFamily: '-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol', diff --git a/src/layouts/default/footer/index.vue b/src/layouts/default/footer/index.vue index 8566a31..3a11df5 100644 --- a/src/layouts/default/footer/index.vue +++ b/src/layouts/default/footer/index.vue @@ -1,6 +1,6 @@ @@ -87,7 +87,7 @@ .footer-text { font-size: 15px; - font-weight: 700; + font-weight: 800; } } diff --git a/src/layouts/default/header/index.vue b/src/layouts/default/header/index.vue index 7fb1fa7..815a2c2 100644 --- a/src/layouts/default/header/index.vue +++ b/src/layouts/default/header/index.vue @@ -28,6 +28,9 @@ + +