瀏覽代碼

chore: update

xiaoxian521 2 年之前
父節點
當前提交
059a704f53
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      src/views/components/button/index.vue

+ 0 - 6
src/views/components/button/index.vue

@@ -21,9 +21,3 @@ const url = ref(`${VITE_PUBLIC_PATH}html/button.html`);
     <iframe :src="url" frameborder="0" class="iframe w-full h-[60vh]" />
   </el-card>
 </template>
-
-<style lang="scss" scoped>
-.iframe {
-  filter: invert(0.9) hue-rotate(180deg);
-}
-</style>