更新代码
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user