diff --git a/pc4mobx/hrmSalary/pages/taxAgent/components/roleSetting/index.js b/pc4mobx/hrmSalary/pages/taxAgent/components/roleSetting/index.js index 4dad8b6b..a2ce33b7 100644 --- a/pc4mobx/hrmSalary/pages/taxAgent/components/roleSetting/index.js +++ b/pc4mobx/hrmSalary/pages/taxAgent/components/roleSetting/index.js @@ -9,6 +9,7 @@ */ import React, { Component } from "react"; import { WeaBrowser, WeaLocaleProvider } from "ecCom"; +import "./index.less"; const getLabel = WeaLocaleProvider.getLabel; @@ -20,9 +21,9 @@ class Index extends Component { render() { return ( - console.log("自定义btn 点击的回调", values)} - inputStyle={{ width: "100%" }} + replaceDatas={[{ id: 1, name: 操作者 }]} onChange={(ids, names, datas) => console.log("单人力", ids, names, datas) }/> diff --git a/pc4mobx/hrmSalary/pages/taxAgent/components/roleSetting/index.less b/pc4mobx/hrmSalary/pages/taxAgent/components/roleSetting/index.less new file mode 100644 index 00000000..30d13b6e --- /dev/null +++ b/pc4mobx/hrmSalary/pages/taxAgent/components/roleSetting/index.less @@ -0,0 +1,14 @@ +.tax_role_setting_browser .wea-field-readonly { + width: 100%; + display: inline-block !important; + + .wea-field-readonly.border { + cursor: default !important; + } + + .only-operate { + white-space: normal !important; + display: inline !important; + color: #2db7f5; + } +}