inleft
2022-02-21 4b854c29227ef08ea178a3bba527a40ca2f84674
src/components/mini/box10-add.vue
@@ -13,8 +13,11 @@
         <a-form-model-item label="模式切换" prop="common">
            <a-switch v-model="form.online" />
            <span class="myTip">
               本地文件/由系统生成文件
            <span class="myTip" v-if="form.online">
               由系统生成文件
            </span>
            <span class="myTip" v-else>
               本地文件上传
            </span>
         </a-form-model-item>
@@ -65,7 +68,7 @@
               </span>
            </a-form-model-item>
            <a-form-model-item label=" 文件类型">
            <a-form-model-item label=" 日志类型">
               <a-radio-group v-model="form.blogType">
                  <a-radio value="Markdown">
                     markdown
@@ -125,14 +128,14 @@
                  :getCalendarContainer="getCalendarContainer()" />
            </a-form-model-item>
            <div v-bind:class="{'myBorder':form.top}" style="padding: 3px;">
            <div v-bind:class="{'myBorder':form.top}" style="padding: 3px;margin-bottom: 10px;">
               <a-form-model-item label="置顶">
                  <a-switch v-model="form.top" />
               </a-form-model-item>
               <div v-show="form.top">
                  <a-form-model-item label="权重">
                     <a-slider v-model="form.sliderValue" :default-value="80" :step="5"
                     <a-slider v-model="form.sliderValue" :default-value="50" :step="5"
                        :getTooltipPopupContainer="getCalendarContainer()" />
                     <span class="myTip">
                        越小越靠前
@@ -164,10 +167,10 @@
                  </a-form-model-item>
                  <a-form-model-item label="授权密码" v-show="form.auth=='password'">
                     <a-input v-model="form.password" autocomplete='new-password' type="password"
                     <a-input-password v-model="form.password" autocomplete='new-password' type="password"
                        placeholder="独立密码">
                        <a-icon slot="prefix" type="lock" style="color:rgba(0,0,0,.25)" />
                     </a-input>
                     </a-input-password>
                  </a-form-model-item>
               </div>