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