This commit is contained in:
steven
2022-12-08 11:21:24 +08:00
parent 5cf631091c
commit f0bdcb931f
4 changed files with 2 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ export default defineComponent({
padding:24px;
.left {
// margin-left: 24px;
margin-bottom: -4px;
&::-webkit-scrollbar {
width: 6px;
background-color: #ddd;

View File

@@ -86,6 +86,7 @@ export default defineComponent({
height: calc(100vh - 70px);
.left {
margin-left: 24px;
margin-bottom: -4px;
&::-webkit-scrollbar {
width: 6px;
background-color: #ddd;

View File

@@ -501,7 +501,6 @@ export default {
padding: 24px 32px 28px;
box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
border-radius: 6px;
margin-top: -4px;
.not-publish-icon {
width: 160px;
height: 160px;

View File

@@ -679,7 +679,6 @@ onMounted(() => {
background: #ffffff;
box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
border-radius: 6px;
margin-top: -4px;
.not-publish-icon {
width: 160px;
height: 160px;