-
@@ -74,26 +70,6 @@ const showHeader = ref(true);
border-bottom: 1px solid #eaeaea;
}
- .display-header-button {
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: #fff;
- cursor: pointer;
-
- > .n-icon {
- opacity: 0.3;
- }
-
- &:hover {
- > .n-icon {
- opacity: 1;
- }
- background-color: #f7f7f7;
- }
- }
-
.main-content {
flex: 1;
width: 100%;