Compare commits
3 Commits
31290a776e
...
728eeec2cb
Author | SHA1 | Date | |
---|---|---|---|
728eeec2cb | |||
61b79fb0a1 | |||
ab0cecf77a |
@ -1,7 +1,7 @@
|
|||||||
import 'twin.macro'
|
import 'twin.macro'
|
||||||
|
|
||||||
export default function(props) {
|
export default function(props) {
|
||||||
return <div tw='' style={{marginTop: "20px", marginBottom: "20px",
|
return <div tw='' style={{marginTop: "20px", marginBottom: "12px",
|
||||||
border: '1px solid #ccc', borderRadius: '5px', display: "inline-block", width: '138px', height: '80px', ...(props.style || {}) }}>
|
border: '1px solid #ccc', borderRadius: '5px', display: "inline-block", width: '138px', height: '80px', ...(props.style || {}) }}>
|
||||||
<div style={{display: 'flex', alignItems: 'center', justifyContent: 'center', height: '100%'}}>
|
<div style={{display: 'flex', alignItems: 'center', justifyContent: 'center', height: '100%'}}>
|
||||||
<div>
|
<div>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ import { isNil } from 'ramda';
|
|||||||
import { MaybeMapFactory } from '@/shared/foundation';
|
import { MaybeMapFactory } from '@/shared/foundation';
|
||||||
|
|
||||||
let engineCache: AxiosInstance | null = null;
|
let engineCache: AxiosInstance | null = null;
|
||||||
export const baseUrl = '/api3'
|
export const baseUrl = '/api'
|
||||||
/**
|
/**
|
||||||
* 应用中所需要使用的AJAX引擎。
|
* 应用中所需要使用的AJAX引擎。
|
||||||
* @param forceUnauthorized 是否强制丢弃用户会话令牌信息。
|
* @param forceUnauthorized 是否强制丢弃用户会话令牌信息。
|
||||||
|
@ -499,6 +499,10 @@ export type TenementComprehensiveDetail = PooledSumDetail & {
|
|||||||
*/
|
*/
|
||||||
finalAmount: string;
|
finalAmount: string;
|
||||||
finalLossFee: string;
|
finalLossFee: string;
|
||||||
|
finalSharpAmount: string,
|
||||||
|
finalPeakAmount: string,
|
||||||
|
finalFlatAmount: string,
|
||||||
|
finalValleyAmount: string,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -104,7 +104,7 @@ export default mode => {
|
|||||||
})
|
})
|
||||||
],
|
],
|
||||||
envDir: './',
|
envDir: './',
|
||||||
publicDir: "/user-report",
|
// publicDir: "/user-report",
|
||||||
base: './',
|
base: './',
|
||||||
server: {
|
server: {
|
||||||
port: 3000,
|
port: 3000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user