king
2021-11-12 b72d9b63ab784641c2999aba37f2ca6f9f6bfe06
2021-11-12
22个文件已修改
65 ■■■■■ 已修改文件
src/menu/components/card/cardsimplecomponent/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/group/paste/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/group/paste/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/tabs/paste/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/tabs/paste/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/pastecontroller/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/pastecontroller/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/mob/modalconfig/pastecomponent/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/mob/searchconfig/pastecomponent/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/changeuserbutton/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/excelInbutton/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/exceloutbutton/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/normalbutton/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/normalbutton/index.scss 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/printbutton/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/tabbutton/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/cardcomponent/index.scss 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/templates/zshare/createfunc/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/appmanage/mutilform/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/appmanage/mutilform/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/appmanage/transform/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/appmanage/transform/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/card/cardsimplecomponent/index.jsx
@@ -9,7 +9,7 @@
import { getTableSetting, getCarouselSetting } from './options'
import Utils from '@/utils/utils.js'
import MKEmitter from '@/utils/events.js'
import './index.scss'
// import './index.scss'
const NormalForm = asyncIconComponent(() => import('@/components/normalform'))
const CardCellComponent = asyncComponent(() => import('../cardcellcomponent'))
src/menu/components/group/paste/index.jsx
@@ -5,7 +5,7 @@
import MenuUtils from '@/utils/utils-custom.js'
import MKEmitter from '@/utils/events.js'
import asyncComponent from '@/utils/asyncComponent'
import './index.scss'
// import './index.scss'
const PasteForm = asyncComponent(() => import('@/templates/zshare/pasteform'))
src/menu/components/group/paste/index.scss
@@ -1,4 +0,0 @@
.menu-config-paste {
  border-color: #40a9ff;
  color: #40a9ff;
}
src/menu/components/tabs/paste/index.jsx
@@ -5,7 +5,7 @@
import MenuUtils from '@/utils/utils-custom.js'
import MKEmitter from '@/utils/events.js'
import asyncComponent from '@/utils/asyncComponent'
import './index.scss'
// import './index.scss'
const PasteForm = asyncComponent(() => import('@/templates/zshare/pasteform'))
src/menu/components/tabs/paste/index.scss
@@ -1,4 +0,0 @@
.menu-config-paste {
  border-color: #40a9ff;
  color: #40a9ff;
}
src/menu/pastecontroller/index.jsx
@@ -5,7 +5,7 @@
import MenuUtils from '@/utils/utils-custom.js'
import MKEmitter from '@/utils/events.js'
import asyncComponent from '@/utils/asyncComponent'
import './index.scss'
// import './index.scss'
const PasteForm = asyncComponent(() => import('@/templates/zshare/pasteform'))
@@ -113,7 +113,7 @@
    return (
      <div style={{display: 'inline-block'}}>
        <Button className="menu-config-paste" icon="snippets" onClick={() => {this.setState({visible: true})}}>粘贴</Button>
        <Button style={{borderColor: '#40a9ff', color: '#40a9ff'}} icon="snippets" onClick={() => {this.setState({visible: true})}}>粘贴</Button>
        <Modal
          title="粘贴"
          visible={visible}
src/menu/pastecontroller/index.scss
@@ -1,4 +0,0 @@
.menu-config-paste {
  border-color: #40a9ff;
  color: #40a9ff;
}
src/mob/modalconfig/pastecomponent/index.jsx
@@ -3,7 +3,7 @@
import { Button, Modal, notification } from 'antd'
import asyncComponent from '@/utils/asyncComponent'
import './index.scss'
// import './index.scss'
const PasteForm = asyncComponent(() => import('@/templates/zshare/pasteform'))
src/mob/searchconfig/pastecomponent/index.jsx
@@ -3,7 +3,7 @@
import { Button, Modal, notification } from 'antd'
import asyncComponent from '@/utils/asyncComponent'
import './index.scss'
// import './index.scss'
const PasteForm = asyncComponent(() => import('@/templates/zshare/pasteform'))
src/tabviews/zshare/actionList/changeuserbutton/index.jsx
@@ -7,7 +7,7 @@
import zhCN from '@/locales/zh-CN/main.js'
import enUS from '@/locales/en-US/main.js'
import MKEmitter from '@/utils/events.js'
import './index.scss'
// import './index.scss'
const { confirm } = Modal
src/tabviews/zshare/actionList/excelInbutton/index.jsx
@@ -12,7 +12,7 @@
import zhCN from '@/locales/zh-CN/main.js'
import enUS from '@/locales/en-US/main.js'
import MKEmitter from '@/utils/events.js'
import './index.scss'
// import './index.scss'
class ExcelInButton extends Component {
  static propTpyes = {
src/tabviews/zshare/actionList/exceloutbutton/index.jsx
@@ -12,7 +12,7 @@
import zhCN from '@/locales/zh-CN/main.js'
import enUS from '@/locales/en-US/main.js'
import MKEmitter from '@/utils/events.js'
import './index.scss'
// import './index.scss'
class ExcelOutButton extends Component {
  static propTpyes = {
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -13,7 +13,7 @@
import asyncSpinComponent from '@/utils/asyncSpinComponent'
import { updateForm } from '@/utils/utils-update.js'
import MKEmitter from '@/utils/events.js'
import './index.scss'
// import './index.scss'
const MutilForm = asyncSpinComponent(() => import('@/tabviews/zshare/mutilform'))
const { confirm } = Modal
@@ -1945,7 +1945,7 @@
        {this.getModels()}
      </div>
    } else if (show && show.indexOf('plus') > -1) {
      return <div className="mk-btn-wrap">
      return <div style={{display: 'inline-block'}}>
        <Button
          type="link"
          loading={loading}
src/tabviews/zshare/actionList/normalbutton/index.scss
@@ -1,3 +0,0 @@
.mk-btn-wrap {
  display: inline-block;
}
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -13,7 +13,7 @@
import asyncSpinComponent from '@/utils/asyncSpinComponent'
import { updateForm } from '@/utils/utils-update.js'
import MKEmitter from '@/utils/events.js'
import './index.scss'
// import './index.scss'
const MutilForm = asyncSpinComponent(() => import('@/tabviews/zshare/mutilform'))
const { confirm } = Modal
src/tabviews/zshare/actionList/tabbutton/index.jsx
@@ -7,7 +7,7 @@
import zhCN from '@/locales/zh-CN/main.js'
import enUS from '@/locales/en-US/main.js'
import MKEmitter from '@/utils/events.js'
import './index.scss'
// import './index.scss'
class TabButton extends Component {
  static propTpyes = {
src/tabviews/zshare/cardcomponent/index.scss
@@ -88,7 +88,7 @@
      right: 0;
      bottom: 0;
      .mk-btn-wrap {
      div {
        width: 100%;
        height: 100%;
        .ant-btn {
@@ -101,10 +101,8 @@
      }
    }
    .mk-card-insert:hover {
      .mk-btn-wrap {
        .ant-btn {
          color: #1890ff;
        }
      }
    }
  }
src/templates/zshare/createfunc/index.jsx
@@ -5,7 +5,7 @@
import Utils from '@/utils/utils.js'
import Api from '@/api'
import './index.scss'
// import './index.scss'
class CreateFunc extends Component {
  static propTypes = {
src/views/appmanage/mutilform/index.jsx
@@ -1,7 +1,7 @@
import React, {Component} from 'react'
import PropTypes from 'prop-types'
import { Form, Row, Col, Input } from 'antd'
import './index.scss'
// import './index.scss'
class MainSearch extends Component {
  static propTpyes = {
@@ -47,7 +47,7 @@
      }
    }
    return (
      <Form {...formItemLayout} className="mob-card-edit-form">
      <Form {...formItemLayout} style={{padding: '0px 24px 20px'}}>
        <Row gutter={24}>
          <Col span={24}>
            <Form.Item label="应用名">
src/views/appmanage/mutilform/index.scss
@@ -1,4 +0,0 @@
.mob-card-edit-form {
  padding: 0px 24px 20px;
}
src/views/appmanage/transform/index.jsx
@@ -1,7 +1,7 @@
import React, {Component} from 'react'
import PropTypes from 'prop-types'
import { Form, Row, Col, Input } from 'antd'
import './index.scss'
// import './index.scss'
class MainSearch extends Component {
  static propTpyes = {
@@ -47,7 +47,7 @@
      }
    }
    return (
      <Form {...formItemLayout} className="mob-card-edit-form">
      <Form {...formItemLayout} style={{padding: '0px 24px 20px'}}>
        <Row gutter={24}>
          {type !== 'edit' ? <Col span={24}>
            <Form.Item label="传输号">
src/views/appmanage/transform/index.scss
@@ -1,4 +0,0 @@
.mob-card-edit-form {
  padding: 0px 24px 20px;
}