@@ -1,5 +1,5 @@
<template>
- <div>
+ <div class="dashboard">
<grid-layout
style="margin: 0 -10px;"
:layout="layout"
@@ -68,8 +68,11 @@ export default {
};
</script>
-<style lang="less">
-.widget-wrapper {
+<style lang="less" scoped>
+.dashboard {
+ padding: 10px 20px;
+}
+/deep/ .widget-wrapper {
display: flex;
flex-direction: column;
.el-card {