fix: ui
This commit is contained in:
@@ -148,6 +148,7 @@ export default defineComponent({
|
||||
padding:24px;
|
||||
.left {
|
||||
// margin-left: 24px;
|
||||
margin-bottom: -4px;
|
||||
&::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
background-color: #ddd;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user