File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
frontend/src/views/system/model Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const handleDel = () => {
7676 border : 1px solid #dee0e3 ;
7777 padding : 16px ;
7878 border-radius : 12px ;
79- margin : 0 16 px 16px 0 ;
79+ margin : 0 0 16px 16 px ;
8080 & :hover {
8181 box-shadow : 0px 6px 24px 0px #1f232914 ;
8282 }
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments