瀏覽代碼

按钮颜色调整

zouzs 6 天之前
父節點
當前提交
0abe3582ce
共有 1 個文件被更改,包括 2 次插入1 次删除
  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();