Skip to content

Commit

Permalink
chore: update hosting ui
Browse files Browse the repository at this point in the history
  • Loading branch information
yepCing committed Apr 21, 2023
1 parent 48b6be2 commit 672712b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<e-drawer />
<v-main>
<e-nav></e-nav>
<div class="pa-5" style="height: calc(100% - 37.5px)">
<div class="pa-5" style="height: calc(100% - 100px)">
<e-no-access v-if="isDisabled"></e-no-access>
<e-wrap
v-else
Expand Down
4 changes: 2 additions & 2 deletions src/views/hosting/new/new-step-0-web3-tpl.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<div style="height: 334px">
<div style="height: calc(75vh - 215px)">
<h3>Recommended Templates</h3>
<v-skeleton-loader
class="mt-10 mb-10"
v-if="loading"
type="article"
></v-skeleton-loader>
<v-row class="mb-2" v-else style="overflow: scroll; height: 300px">
<v-row class="mb-2" v-else style="overflow: scroll; max-height: 95%">
<v-col xl="4" cols="6" v-for="it in web3TplList" :key="it.id">
<div
class="bd-1 d-b hover-1 pos-r bdrs-6 ov-h"
Expand Down
2 changes: 1 addition & 1 deletion src/views/hosting/new/new-step-0.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
data() {
const { c } = this.$route.query;
return {
minHeight: "551px",
minHeight: "75vh",
cloneDir: c,
isClone: false,
};
Expand Down

0 comments on commit 672712b

Please sign in to comment.