提交 faaafb13 编写于 作者: RedPig97's avatar RedPig97

update: 工具栏样式

上级 945ccb75
......@@ -7,29 +7,6 @@
flex-direction: column;
.view-header__top {
height: 74px;
display: flex;
justify-content: flex-end;
align-items: center;
background-color: transparent;
font-size: 14px;
line-height: 22px;
gap: 10px;
.ivu-btn {
width: 110px;
height: 34px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px 20px;
background: var(--app-color-white);
border: 1px solid var(--app-color-blue);
border-radius: 0;
z-index: 0;
}
.seperator {
display: none;
}
}
.view-header__content {
display: flex;
......
.toolbar-container {
display: flex;
justify-content: flex-end;
align-items: center;
background-color: transparent;
font-size: 14px;
line-height: 22px;
gap: 10px;
.ivu-btn {
width: 110px;
height: 34px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px 20px;
background: var(--app-color-white);
border: 1px solid var(--app-color-blue);
border-radius: 0;
z-index: 0;
}
.seperator {
display: none;
}
}
\ No newline at end of file
......@@ -5,6 +5,7 @@
@import './theme/dark-blue.theme.scss';
@import './theme/default.theme.scss';
@import './app-code-list.scss';
@import './ctrl.scss';
#app {
height: 100vh;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册