Explorar o código

Merge dev into prod (keep prod config files)

liujia hai 2 meses
pai
achega
f3e014779a
Modificáronse 2 ficheiros con 5 adicións e 5 borrados
  1. 1 1
      package.json
  2. 4 4
      src/views/device/list/components/uploadDevice/index.vue

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue-project",
-  "version": "0.1.7",
+  "version": "0.1.8",
   "private": true,
   "type": "module",
   "scripts": {

+ 4 - 4
src/views/device/list/components/uploadDevice/index.vue

@@ -187,7 +187,7 @@ const customRequest = (options: UploadRequestOption) => {
         console.log('✅上传成功', response.data)
         const { suc, msg, msgList } = response.data.data
         if (suc) {
-          message.success(msg)
+          message.success('上传成功')
         } else {
           message.error(msg)
         }
@@ -291,11 +291,11 @@ const copyIdsHandler = () => {
 
       .copyBtn {
         cursor: pointer;
-        color: #856404;
-        font-size: 14x;
+        color: rgba(22, 119, 255, 0.7);
+        font-size: 14px;
         font-weight: 600;
         &:hover {
-          color: #665103;
+          color: rgba(22, 119, 255, 1);
         }
       }
     }