This commit is contained in:
@@ -310,8 +310,8 @@
|
||||
<label>跳转链接</label>
|
||||
<t-input v-model="banner.url" placeholder="/cloud.html"></t-input>
|
||||
</div>
|
||||
<div class="form-item">
|
||||
<label>新窗口打开</label>
|
||||
<div class="form-item form-item--switch">
|
||||
<label><span class="switch-label-icon">🔗</span>新窗口</label>
|
||||
<t-switch size="large" v-model="banner.blank"></t-switch>
|
||||
</div>
|
||||
<div class="form-item">
|
||||
@@ -322,8 +322,8 @@
|
||||
<label>按钮链接</label>
|
||||
<t-input v-model="banner.button_link" placeholder="/cloud.html"></t-input>
|
||||
</div>
|
||||
<div class="form-item">
|
||||
<label>按钮新窗口</label>
|
||||
<div class="form-item form-item--switch">
|
||||
<label><span class="switch-label-icon">🔗</span>按钮新窗口</label>
|
||||
<t-switch size="large" v-model="banner.button_blank"></t-switch>
|
||||
</div>
|
||||
</div>
|
||||
@@ -464,8 +464,8 @@
|
||||
<label>点击链接(可选)</label>
|
||||
<t-input v-model="item.file_address" placeholder="/cloud.html"></t-input>
|
||||
</div>
|
||||
<div class="form-item">
|
||||
<label>新窗口打开</label>
|
||||
<div class="form-item form-item--switch">
|
||||
<label><span class="switch-label-icon">🔗</span>新窗口</label>
|
||||
<t-switch v-model="item.blank"></t-switch>
|
||||
</div>
|
||||
</div>
|
||||
@@ -499,8 +499,8 @@
|
||||
<label>链接地址</label>
|
||||
<t-input v-model="child.file_address" placeholder="/cloud.html"></t-input>
|
||||
</div>
|
||||
<div class="form-item">
|
||||
<label>新窗口打开</label>
|
||||
<div class="form-item form-item--switch">
|
||||
<label><span class="switch-label-icon">🔗</span>新窗口</label>
|
||||
<t-switch v-model="child.blank"></t-switch>
|
||||
</div>
|
||||
<div class="form-item form-item--full">
|
||||
@@ -601,12 +601,12 @@
|
||||
<label>名称</label>
|
||||
<t-input v-model="link.name" placeholder="如:云服务器"></t-input>
|
||||
</div>
|
||||
<div class="form-item form-item--full">
|
||||
<div class="form-item">
|
||||
<label>链接地址</label>
|
||||
<t-input v-model="link.url" placeholder="/cloud.html"></t-input>
|
||||
</div>
|
||||
<div class="form-item">
|
||||
<label>新窗口打开</label>
|
||||
<div class="form-item form-item--switch">
|
||||
<label><span class="switch-label-icon">🔗</span>新窗口</label>
|
||||
<t-switch v-model="link.blank"></t-switch>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user