|
|
@@ -1,11 +1,11 @@ |
|
|
|
<div> |
|
|
|
<div class="ui modal max-full-log{{.VersionName}} container" style="height: 90%;margin: 3rem auto;"> |
|
|
|
<div class="file-info" style="padding: 2rem;justify-content: space-between;"> |
|
|
|
<div class="file-info" style="padding: 2rem;justify-content: space-between;height: 10%;"> |
|
|
|
<div id="log-file-title" style="font-size: 16px;font-weight:600"></div> |
|
|
|
<div class="file-info"> |
|
|
|
<a class="file-info" id="{{.VersionName}}-log-down" href=""> |
|
|
|
<i class="ri-download-cloud-2-line"></i> |
|
|
|
<span style="margin-left: 0.3rem;" class="log-file-down"></span> |
|
|
|
<span style="margin-left: 0.3rem;font-size: 12px;" class="log-file-down"></span> |
|
|
|
</a> |
|
|
|
<div class="file-info close-log-dialog" data-version="{{.VersionName}}" style="margin-left: 1rem;color:#0366d6;cursor: pointer;"> |
|
|
|
<i class="ri-fullscreen-exit-fill" style="font-size: 16px;"></i> |
|
|
@@ -16,7 +16,7 @@ |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div style="margin: 0 2.5rem;border: 1px solid #e8e8e8;height: 88%;position: relative;"> |
|
|
|
<div style="margin: 0 2.5rem;border: 1px solid #e8e8e8;height: 85%;position: relative;"> |
|
|
|
<span> |
|
|
|
<a style="position: absolute; right: -32px;cursor: pointer;" |
|
|
|
class="log_top-max" data-version="{{.VersionName}}" data-max="-max"><i class="icon-to-top"></i></a> |
|
|
|