Преглед на файлове

perf: 去除不生效的配置代码

奔跑的面条 преди 3 години
родител
ревизия
ddf067560a
променени са 2 файла, в които са добавени 0 реда и са изтрити 9 реда
  1. 0 8
      src/packages/components/Informations/Mores/Video/config.vue
  2. 0 1
      src/packages/components/Informations/Mores/Video/index.vue

+ 0 - 8
src/packages/components/Informations/Mores/Video/config.vue

@@ -21,14 +21,6 @@
       <setting-item name="类型">
         <n-select v-model:value="optionData.fit" size="small" :options="fitList"></n-select>
       </setting-item>
-      <setting-item name="圆角">
-        <n-input-number
-          v-model:value="optionData.borderRadius"
-          size="small"
-          :min="0"
-          placeholder="圆角"
-        ></n-input-number>
-      </setting-item>
     </setting-item-box>
   </collapse-item>
 </template>

+ 0 - 1
src/packages/components/Informations/Mores/Video/index.vue

@@ -61,6 +61,5 @@ watch(
 @include go('video') {
   display: block;
   object-fit: v-bind('option.fit');
-  border-radius: v-bind('option.borderRadius');
 }
 </style>