12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- /* 全局样式表 */
- html,
- body,
- #app {
- height: 100%;
- margin: 0px;
- padding: 0px;
- min-width: 1366px;
- }
- .el-breadcrumb {
- padding: 15px 0 15px 10px;
- font-size: 13px;
- }
- .el-card {
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
- }
- .el-footer {
- background-color: #444C5B;
- display: flex;
- justify-content: space-around;
- align-items: center;
- font-size: 12px;
- color: #ffffff;
- }
- .el-form {
- margin-top: 12px;
- }
- .divi {
- display: block;
- height: 1px;
- width: 100%;
- margin: 24px 0;
- background-color: #dcdfe6;
- position: relative;
- }
- .centered {
- margin: 0 auto;
- }
- .coalblock {
- width: 115px;
- height: 77px;
- border: solid 1px #dcdfe6;
- padding-top: 20px;
- margin-left: 25px;
- text-align: center;
- display: inline-block;
- }
- .el-select {
- margin-bottom: 10px;
- }
- .com-container {
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .com-chart {
- width: 60%;
- height: 100%;
- overflow: hidden;
- }
- /* .table-wrapper ::v-deep .el-table__body-wrapper::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- } */
- .el-tabs__nav-scroll {
- overflow: hidden;
- background-color: aliceblue;
- }
|