Compare commits

..

No commits in common. "728eeec2cbfeac6a1ca19b0562a2427603718b3d" and "31290a776eec7af0a3e2b7a9c2cfacf7d9ec0bc1" have entirely different histories.

5 changed files with 344 additions and 687 deletions

View File

@ -1,7 +1,7 @@
import 'twin.macro'
export default function(props) {
return <div tw='' style={{marginTop: "20px", marginBottom: "12px",
return <div tw='' style={{marginTop: "20px", marginBottom: "20px",
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>

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ import { isNil } from 'ramda';
import { MaybeMapFactory } from '@/shared/foundation';
let engineCache: AxiosInstance | null = null;
export const baseUrl = '/api'
export const baseUrl = '/api3'
/**
* 使AJAX引擎
* @param forceUnauthorized

View File

@ -499,10 +499,6 @@ export type TenementComprehensiveDetail = PooledSumDetail & {
*/
finalAmount: string;
finalLossFee: string;
finalSharpAmount: string,
finalPeakAmount: string,
finalFlatAmount: string,
finalValleyAmount: string,
};
/**

View File

@ -104,7 +104,7 @@ export default mode => {
})
],
envDir: './',
// publicDir: "/user-report",
publicDir: "/user-report",
base: './',
server: {
port: 3000,