Pārlūkot izejas kodu

Merge branch 'dev/permission' into sunsheng

sunsheng 2 mēneši atpakaļ
vecāks
revīzija
a4e4e6ba76

+ 2 - 2
src/pages/deepseek/questionAnswer/info/index.tsx

@@ -135,7 +135,7 @@ const QuestionAnswerInfo: React.FC = () => {
     const [isDeepThinkVisible, setIsDeepThinkVisible] = React.useState(false);
     const [name, setName] = React.useState('');
     const [appTypeList, setAppTypeList] = React.useState<AppTypeList>([]);
-    const [appVisibleList, setAppVisibleList] = React.useState<AppTypeList>([]); // 是否公开 
+    const [appVisibleList, setAppVisibleList] = React.useState<AppTypeList>([]); // 是否公开
     const [updateFlag, setUpdateFlag] = React.useState<boolean>();
     const [createFlag, setCreateFlag] = React.useState<boolean>();
     const [appProjectList, setAppProjectList] = React.useState<AppTypeList>([]);
@@ -612,7 +612,7 @@ const QuestionAnswerInfo: React.FC = () => {
             await onChangePagination(page, pageSize,userName,userNickName,userType);
         },
     };
-    
+
     const vipModal = () => {
         const columns: TableProps<DataType>['columns'] = [
             {

+ 2 - 1
src/style/global.less

@@ -96,6 +96,7 @@ ul li {
 //.ant-form-item {
 //    margin-bottom: 16px !important;
 //}
+
 // 全局按钮样式
 .ant-btn-primary {
     background: #1890ff;
@@ -134,4 +135,4 @@ ul li {
         box-shadow: none;
         transform: none;
     }
-}
+}