| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | 
							- <template>
 
-   <div id="app">
 
-     <router-view />
 
-   </div>
 
- </template>
 
- <script>
 
- export default {
 
-   name: "App",
 
- };
 
- </script>
 
- <style>
 
- .app-breadcrumb.el-breadcrumb{
 
-   line-height: 60px !important;
 
- }
 
- .el-scrollbar__thumb {
 
-   background-color: rgba(144, 147, 153, 0.8)!important;
 
- }
 
- .tabSetting {
 
-   display: flex;
 
-   justify-content: flex-end;
 
- }
 
- .listStyle {
 
-   display: flex;
 
-   border-top: 1px solid #dcdfe6;
 
-   border-left: 1px solid #dcdfe6;
 
-   border-right: 1px solid #dcdfe6;
 
- }
 
- .listStyle:last-child {
 
-   border-bottom: 1px solid #dcdfe6;
 
- }
 
- .progress {
 
-   display: flex;
 
-   align-items: center;
 
-   padding: 2px;
 
-   background-color: rgba(0, 0, 0, 0.05);
 
-   height: 100%;
 
- }
 
-  .el-table__body-wrapper{
 
-        z-index: 2
 
- }
 
- .el-form-item {
 
-     margin-bottom: 4px !important;
 
- }
 
- .el-dialog__body {
 
-   padding: 10px 30px 30px 30px !important;
 
- }
 
- .el-divider--horizontal {
 
-     margin: 0 0 3px 0;
 
- }
 
- .el-input.is-disabled .el-input__inner {
 
-     color: #000000 !important;
 
- }
 
- </style>
 
 
  |