272 changed files with 507 additions and 260 deletions
@ -1,6 +0,0 @@ |
|||||
/** |
|
||||
* 无需包含 @tailwind base, 避免和 platform-core 的 css 重复 |
|
||||
*/ |
|
||||
/* @tailwind base; */ |
|
||||
@tailwind components; |
|
||||
@tailwind utilities; |
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Monitor</div> |
<div>Monitor</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Spread</div> |
<div>Spread</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Threshold</div> |
<div>Threshold</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Additional</div> |
<div>Additional</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Concentration</div> |
<div>Concentration</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Interest</div> |
<div>Interest</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>LevelResult</div> |
<div>LevelResult</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Liquidity</div> |
<div>Liquidity</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>ManagementResult</div> |
<div>ManagementResult</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>ReEvaluation</div> |
<div>ReEvaluation</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Reputation</div> |
<div>Reputation</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>SelfEvaluation</div> |
<div>SelfEvaluation</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Strategy</div> |
<div>Strategy</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Car</div> |
<div>Car</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>InterBank</div> |
<div>InterBank</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Regulatory</div> |
<div>Regulatory</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Insufficiency</div> |
<div>Insufficiency</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Parameter</div> |
<div>Parameter</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Result</div> |
<div>Result</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Template</div> |
<div>Template</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div></div> |
<div></div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Assessment</div> |
<div>Assessment</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Template</div> |
<div>Template</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Credit</div> |
<div>Credit</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Market</div> |
<div>Market</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Operation</div> |
<div>Operation</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Result</div> |
<div>Result</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Monitor</div> |
<div>Monitor</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Threshold</div> |
<div>Threshold</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Report</div> |
<div>Report</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Template</div> |
<div>Template</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Report</div> |
<div>Report</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Template</div> |
<div>Template</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,4 +1,6 @@ |
|||||
<template> |
<template> |
||||
<div>Test</div> |
<div>Test</div> |
||||
</template> |
</template> |
||||
<script setup lang="ts"></script> |
<script setup lang="ts"> |
||||
|
import 'tailwindcss/utilities.css'; |
||||
|
</script> |
||||
|
@ -1,6 +0,0 @@ |
|||||
/** |
|
||||
* 无需包含 @tailwind base, 避免和 platform-core 的 css 重复 |
|
||||
*/ |
|
||||
/* @tailwind base; */ |
|
||||
@tailwind components; |
|
||||
@tailwind utilities; |
|
@ -1,6 +0,0 @@ |
|||||
/** |
|
||||
* 无需包含 @tailwind base, 避免和 platform-core 的 css 重复 |
|
||||
*/ |
|
||||
/* @tailwind base; */ |
|
||||
@tailwind components; |
|
||||
@tailwind utilities; |
|
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue