瀏覽代碼

职位关闭

Xiao_123 10 月之前
父節點
當前提交
fa6e691d42
共有 2 個文件被更改,包括 24 次插入2 次删除
  1. 22 0
      src/components/Loading/index.vue
  2. 2 2
      src/views/recruit/enterprise/positionManagement/components/item.vue

+ 22 - 0
src/components/Loading/index.vue

@@ -32,4 +32,26 @@ defineProps({
   75% {text-shadow:-33ch 0 #000,-22ch 0 #dbf03f,-11ch 0 #f03756,  0ch 0 #6fedf8,11ch 0 #000}
   100%{text-shadow:-44ch 0 #000,-33ch 0 #dbf03f,-22ch 0 #f03756,-11ch 0 #6fedf8, 0ch 0 #000}
 }
+
+
+// .loader {
+//   width: 120px;
+//   height: 22px;
+//   border-radius: 20px;
+//   color: #00897b;
+//   border: 2px solid;
+//   position: relative;
+// }
+// .loader::before {
+//   content: "";
+//   position: absolute;
+//   margin: 2px;
+//   inset: 0 100% 0 0;
+//   border-radius: inherit;
+//   background: currentColor;
+//   animation: l6 2s infinite;
+// }
+// @keyframes l6 {
+//     100% {inset:0}
+// }
 </style>

+ 2 - 2
src/views/recruit/enterprise/positionManagement/components/item.vue

@@ -65,10 +65,10 @@
               <span class="lines"></span>
               <span class="cursor-pointer" @click="handleEdit(val)">{{ $t('common.edit') }}</span>
             </div>
-            <div v-if="tab === 4">
+            <!-- <div v-if="tab === 4">
               <span class="lines"></span>
               <span class="cursor-pointer">{{ $t('common.close') }}</span>
-            </div>
+            </div> -->
           </div>
         </div>
       </div>