Commit bd9538ae authored by yyh's avatar yyh

预览按钮垂直居中

parent 87e4d753
...@@ -93,6 +93,7 @@ export default class PreviewTemplate extends Vue { ...@@ -93,6 +93,7 @@ export default class PreviewTemplate extends Vue {
right: 0; right: 0;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center;
padding: 10px; padding: 10px;
font-size: 16px; font-size: 16px;
box-shadow:0px 2px 4px 0px rgba(241,243,251,1); box-shadow:0px 2px 4px 0px rgba(241,243,251,1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment