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

@@ -11,6 +11,7 @@
width: 200px;
height: 360px;
flex: 0 0 auto;
overflow: hidden !important;
cursor: pointer;
.common-card {

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%;
}
}

View File

@@ -28,7 +28,7 @@
position: absolute;
top: 10px;
left: 10px;
width: 6em;
width: 8em;
}
.upgrade-bt {