style:调整工作台页面样式
- 将 body 的左侧填充从 0 修改为4 像素 -保持 title 的左侧填充为 20 像素
This commit is contained in:
@ -44,7 +44,7 @@ const getSuccessCaseList = async () => {
|
|||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
.body {
|
.body {
|
||||||
padding-left: 0 !important;
|
padding-left: 4px !important;
|
||||||
:deep(> .title) {
|
:deep(> .title) {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user