Add code and execute page to tool management

This commit is contained in:
2024-02-02 17:42:40 +08:00
parent 06213d3414
commit 838c37595d
18 changed files with 770 additions and 30 deletions

View File

@@ -0,0 +1,20 @@
[data-component=system-tools-code] {
padding: 30px;
.card-box {
width: 100%;
height: 100%;
}
.draggable-content {
position: fixed;
inset-inline-end: 48px;
inset-block-end: 48px;
> * {
position: relative;
inset-inline-end: 0;
inset-block-end: 0;
}
}
}

View File

@@ -0,0 +1,8 @@
[data-component=system-tools-execute] {
padding: 30px;
.card-box {
width: 100%;
height: 100%;
}
}