Skip to content

Commit 5d12c24

Browse files
committed
fix: bug fix
1 parent 9749442 commit 5d12c24

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

frontend/src/views/system/model/Card.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const handleDel = () => {
7676
border: 1px solid #dee0e3;
7777
padding: 16px;
7878
border-radius: 12px;
79-
margin: 0 16px 16px 0;
79+
margin: 0 0 16px 16px;
8080
&:hover {
8181
box-shadow: 0px 6px 24px 0px #1f232914;
8282
}

frontend/src/views/system/model/Model.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,13 +376,14 @@ const submit = (item: any) => {
376376
<style lang="less" scoped>
377377
.model-config {
378378
height: calc(100% - 16px);
379-
padding: 16px 8px 16px 24px;
379+
padding: 16px 0 16px 8px;
380+
margin-right: 24px;
380381
.model-methods {
381382
display: flex;
382383
align-items: center;
383384
justify-content: space-between;
384385
margin-bottom: 16px;
385-
padding-right: 24px;
386+
padding-left: 24px;
386387
.title {
387388
font-weight: 500;
388389
font-size: 20px;

0 commit comments

Comments
 (0)