소스 검색

按钮颜色调整

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();