/* 状态栏 */ <template> <div class='status-bar'> </div> </template> <style scoped> .status-bar{ height: 4vh; background-color:#191919; margin-bottom: 0; margin-left: 0; margin-right: 0; } </style>