后台管理系统优化
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
/**
|
||||
* 全局基础样式(仅样式,不涉及业务逻辑)
|
||||
* - 由 life-script-theme.scss 提供主题变量与 Element Plus 覆盖
|
||||
* - 这里保留基础 reset 与高度设置
|
||||
*/
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -14,6 +19,6 @@
|
||||
|
||||
html, body, #app {
|
||||
height: 100%;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||
font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user