更新代码

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

View File

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