Parcourir la source

按钮颜色调整

zouzs il y a 5 jours
Parent
commit
0abe3582ce
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/ipAccount/ipAccountInterface.vue

+ 2 - 1
src/views/ipAccount/ipAccountInterface.vue

@@ -152,7 +152,7 @@ const tableConfig: PlusColumn[] = [
     prop: "accNo",
     valueType: "input",
     fieldProps: {
-      showOverFlowTooltip: true
+      disabled: true
     },
     hideInTable: true
   },
@@ -359,6 +359,7 @@ const columns: PlusColumn[] = [
             h(
               ElButton,
               {
+                class: "bg-[#409EFF]! text-white!",
                 onClick: async () => {
                   try {
                     let res = await generateIpAccountToken();