|
@@ -82,7 +82,9 @@ const isSlotAction = ref(!!slots.action)
|
|
|
const isSlotSearchBar = ref(!!slots.search)
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss">
|
|
|
+
|
|
|
+
|
|
|
+<style lang="scss" scoped>
|
|
|
.hc-card-box-1.el-card {
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
@@ -92,6 +94,7 @@ const isSlotSearchBar = ref(!!slots.search)
|
|
|
--el-text-color-primary: #1A1A1A;
|
|
|
box-shadow: -2px 0 10px 0 rgba(32, 37, 50, 0.03), 0 10px 21px 20px rgba(32, 37, 50, 0.03);
|
|
|
border: 0;
|
|
|
+
|
|
|
.el-card__header {
|
|
|
height: 70px;
|
|
|
padding: 14px 24px;
|
|
@@ -180,3 +183,9 @@ const isSlotSearchBar = ref(!!slots.search)
|
|
|
background-color: white !important;
|
|
|
}
|
|
|
</style>
|
|
|
+
|
|
|
+<style lang="scss">
|
|
|
+.hc-card-box-1 .el-card__body{
|
|
|
+ --el-card-padding: 0px;
|
|
|
+}
|
|
|
+</style>
|