@charset "UTF-8";#app{width:100%;height:100%}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#333;background-color:#f5f7f9}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:3px}::-webkit-scrollbar-thumb:hover{background-color:#bfbfbf}::-webkit-scrollbar-track{background-color:transparent}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-container{padding:16px;background-color:#fff;border-radius:4px}.search-form{margin-bottom:16px;padding:16px;background-color:#fff;border-radius:4px}.table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
