12345678910111213141516171819 |
- <template>
- <div class="titleBar">经营数据管理系统</div>
- </template>
- <script>
- export default {
-
- }
- </script>
- <style>
- .titleBar {
- height: 50px;
- width: 100%;
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
- text-align: center;
- }
- </style>
|