浏览代码

style(pptEasyClass): 移除.name_box的cursor样式

lsc 3 月之前
父节点
当前提交
6246f6941b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/pptEasyClass/index.vue

+ 1 - 0
src/components/pptEasyClass/index.vue

@@ -501,5 +501,6 @@ export default {
 .name_box {
 .name_box {
   background: unset !important;
   background: unset !important;
   border: none !important;
   border: none !important;
+  cursor: unset !important;
 }
 }
 </style>
 </style>