Merge branch 'main' of github.com:eolinker/eoapi

This commit is contained in:
夜鹰 2022-09-09 18:52:57 +08:00
commit bdbe0958ad
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
i18n-placeholder
placeholder="Enter URL"
formControlName="uri"
(change)="changeUri()"
[(ngModel)]="model.request.uri"
class="left-1"
name="uri"

View File

@ -62,6 +62,7 @@
height: 100%;
}
.headers {
padding-left: 33px;
ul {
padding: 0;
}