Commit 8eaf3f41 by web

fix: 修改UI

1 parent 3b1289e1
No preview for this file type
No preview for this file type
No preview for this file type
{
"name": "xrk-bi",
"version": "0.3.0-beta.5",
"version": "0.3.0-beta.7",
"description": "xrk-bi",
"author": "xrk",
"main": "dist/bundler.js",
......
......@@ -88,7 +88,10 @@
>
{{ cItem }}
</div>
<div style="color: #666666; font-size: 14px; margin-top: 30px">
<div
style="color: #666666; font-size: 14px; margin-top: 30px"
v-if="item.remark"
>
备注:{{ item.remark }}
</div>
</div>
......
......@@ -54,7 +54,7 @@ export default {
};
</script>
<style>
<style scoped>
@import url('./style/index.css');
.template-container {
text-align: left;
......
......@@ -5,7 +5,7 @@
* Browsers: >1%,last 2 versions
*/
@page {
size: auto;
size: A4;
margin: 20px 20px;
}
* {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!