Browse Source

调整待办工作数量的显示位置

master
yunuo970428 3 years ago
parent
commit
728c2df877
  1. 7
      anrui-system-ui/src/views/Home/Home.vue

7
anrui-system-ui/src/views/Home/Home.vue

@ -306,7 +306,7 @@
cursor: pointer
}
</style>
<style lang="scss">
<style lang="scss" scoped>
p {
margin: 0;
padding: 0;
@ -493,4 +493,9 @@
top: 38%;
margin-left: 58px;
}
.mark {
::v-deep .el-badge__content {
font-size: 14px !important;
}
}
</style>

Loading…
Cancel
Save