diff --git a/src/main/resources/static/html/com/app/sample/type0401.html b/src/main/resources/static/html/com/app/sample/type0401.html index f5c8c4e..ee9a2e9 100644 --- a/src/main/resources/static/html/com/app/sample/type0401.html +++ b/src/main/resources/static/html/com/app/sample/type0401.html @@ -132,12 +132,6 @@ -
  • - -
  • +
  • + +
  • diff --git a/src/main/resources/static/html/com/app/sample/type0402.html b/src/main/resources/static/html/com/app/sample/type0402.html index 75c936d..9c384cb 100644 --- a/src/main/resources/static/html/com/app/sample/type0402.html +++ b/src/main/resources/static/html/com/app/sample/type0402.html @@ -139,12 +139,6 @@ -
  • - -
  • +
  • + +
  • diff --git a/src/main/resources/static/html/com/app/sample/type0501.html b/src/main/resources/static/html/com/app/sample/type0501.html index 6cecc88..0a7ed00 100644 --- a/src/main/resources/static/html/com/app/sample/type0501.html +++ b/src/main/resources/static/html/com/app/sample/type0501.html @@ -138,12 +138,6 @@ -
  • - -
  • +
  • + +
  • diff --git a/src/main/resources/static/js/natural_js/css/natural.ui.css b/src/main/resources/static/js/natural_js/css/natural.ui.css index 6f9bf14..2c14329 100644 --- a/src/main/resources/static/js/natural_js/css/natural.ui.css +++ b/src/main/resources/static/js/natural_js/css/natural.ui.css @@ -1838,7 +1838,7 @@ HTML Template & variables */ .toggle-switch { - --njs-toggle-switch-height: 24px; + --njs-toggle-switch-height: 27px; --njs-toggle-switch-width: calc(var(--njs-toggle-switch-height) * 2); --njs-toggle-switch-padding: calc(var(--njs-toggle-switch-height) / 7); --njs-toggle-switch-on-content: "ON"; diff --git a/src/main/resources/templates/common/app/file/manager.html b/src/main/resources/templates/common/app/file/manager.html index c81aa2d..141e59d 100644 --- a/src/main/resources/templates/common/app/file/manager.html +++ b/src/main/resources/templates/common/app/file/manager.html @@ -10,8 +10,8 @@ } .file_manager__ .file_upload__, .file_manager__ .file_download__ { - border: 1px solid rgba(0,0,0,0.12); - border-radius: 4px; + border: 1px solid var(--md-sys-color-outline-variant); + border-radius: var(--njs-border-radius-m); padding: 10px; } @@ -67,10 +67,6 @@ .file_manager__ .max_upload_file_cnt__ { font-weight: normal; } - -.file_manager__ .button-panel { - padding: 20px; -}
    @@ -78,7 +74,7 @@
    - +

    다운로드

    @@ -91,7 +87,7 @@

    업로드

    -
    +
    @@ -243,7 +239,7 @@

    업로드

    fileNameText = file.name; } - fileGroupUl.append('
  • ' + fileNameText + '
  • '); + fileGroupUl.append('
  • ' + fileNameText + '삭제
  • '); }); if(files.length > 0) { @@ -338,7 +334,7 @@

    업로드

    }).addClass("file_download_link__").data("fileid", fileId).data("fileseq", this.fileSeq)) // 삭제버튼 - li.append($('')); + li.append($('삭제')); li.appendTo(N(".file_download_items__", cont.view));