导入流程相关组件

This commit is contained in:
xiangheng
2023-12-11 14:02:03 +08:00
parent d00e477094
commit 2474fe0cf9
94 changed files with 4409 additions and 50 deletions

View File

@@ -59,7 +59,9 @@ const handleCommand = (command: any) => {
</script>
<style lang="scss" scoped>
.app-tabs {
@apply border-t border-br;
border-top: 1px solid var(--el-border-color);
// border-color: var(--el-border-color);
:deep(.el-tabs) {
height: 40px;
.el-tabs {
@@ -71,7 +73,7 @@ const handleCommand = (command: any) => {
}
&__nav-next,
&__nav-prev {
@apply text-xl;
font-size: var(--el-font-size-large);
}
&__nav-wrap::after {