style:调整工作台页面样式

- 将 body 的左侧填充从 0 修改为4 像素
-保持 title 的左侧填充为 20 像素
This commit is contained in:
2025-06-18 11:53:17 +08:00
parent a70cd94176
commit d6dfab4c3c

View File

@ -44,7 +44,7 @@ const getSuccessCaseList = async () => {
<style scoped lang="less">
.body {
padding-left: 0 !important;
padding-left: 4px !important;
:deep(> .title) {
padding-left: 20px;
}