更新代码

This commit is contained in:
ahanhanhan
2024-02-27 23:04:25 +08:00
parent 27ea0e6de4
commit a4fce9bcfb
2 changed files with 4 additions and 5 deletions

View File

@@ -274,8 +274,7 @@ export default {
.wrapper {
.header {
margin-bottom: 16px;
//margin-bottom: 16px;
.card-panel-num {
font-size: 28px;
font-weight: bold;
@@ -284,11 +283,11 @@ export default {
.content {
background: #fff;
height: 127px;
//height: 127px;
padding: 16px;
border-radius: 14px;
box-sizing: border-box;
margin-bottom: 8px;
margin-bottom: 16px;
.data-info {
.title {

View File

@@ -79,7 +79,7 @@ export default {
<style lang="scss" scoped>
.dashboard-editor-container {
padding: 32px;
padding: 16px;
background-color: rgb(240, 242, 245);
position: relative;