<template> <div id="app"> <router-view/> </div> </template> <style> .chat-dialog .el-dialog__body { padding: 0px !important; } </style>