Commit 06740938 authored by EKSAD's avatar EKSAD

ui profit loss

parent 4ede5db7
......@@ -211,10 +211,16 @@ export default class ProfitLoss extends Component {
value={value}
control={
<TextField
style={{ color: "red", fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{ color: "#5198ea", fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
placeholder=""
InputProps={{ disableUnderline: true }}
InputProps={{ disableUnderline: true}}
inputProps={{
style: {
fontSize: 12,
color: "#5198ea"
}
}}
onChange={event => {
// console.log(event.target)
updateValue(event.target.value)
......@@ -229,10 +235,9 @@ export default class ProfitLoss extends Component {
<TextField
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
placeholder=""
InputProps={{ disableUnderline: true }}
placeholder=""
disabled={true}
value={this.handleValue(tableMeta)}
/>
</span>
:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment