提交 d990845f 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

fix issues

上级 dc1b1520
......@@ -278,40 +278,28 @@ onUnmounted(() => {
position: fixed;
min-width: 100px;
z-index: 100;
padding-top: var(--space-sm);
padding-bottom: var(--space-sm);
padding-left: 2em;
}
.popper :deep(.list-item) {
padding-left: var(--space-lg);
padding-right: var(--space-lg);
}
.popper :deep(.list-item.has-checkmark) {
padding-right: var(--space-sm);
padding: 10px;
}
.tab-group {
.tab-header {
&:after {
content: "";
width: 100%;
border-bottom: 2px solid #ddd;
}
}
.tab-nav {
color: #5c5c5c;
font-size: 14px;
line-height: 40px;
display: inline-block;
margin-right: 2em;
cursor: pointer;
border-bottom: 2px solid transparent;
&.active {
color: #2f5cd5;
border-bottom-color: #2f5cd5;
display: flex;
padding-bottom: 10px;
.tab-nav {
flex: 1;
text-align: center;
color: #5c5c5c;
line-height: 40px;
cursor: pointer;
border-bottom: 2px solid transparent;
&.active {
color: #2f5cd5;
border-bottom-color: #2f5cd5;
}
}
}
.tab-panel {
padding: 0, 15px;
padding: 0 10px;
}
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册