123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- body {
- margin: 0;
- padding: 0;
- }
- #app {
- height: 100%;
- width: 100%;
- }
- .nav {
- width: 420px;
- margin: 20px auto;
- }
- .tabNav {
- border-radius: 30px;
- }
- .el-table .cell {
- text-align: center;
- }
- .main {
- margin: -5px 22px;
- }
- .span {
- color: orange;
- display: block;
- margin-top: 10px;
- }
- .el-input__inner {
- height: 35px;
- margin-right: 15px;
- margin-bottom: 15px;
- }
- .el-range-editor.el-input__inner {
- height: 30px;
- padding: 0;
- }
- .el-input__inner:nth-last-child(1){
- width: 30px;
- }
- .el-icon-arrow-up{
- position: relative;
- left: -10px;
- top: -8px;
- }
- .el-icon-date{
- position: relative;
- top: -8px;
- }
- .search {
- display: inline-block;
- background-color: #409EFF;
- color: white;
- border-radius: 2px;
- width: 50px;
- text-align: center;
- padding: 4px;
- cursor: pointer;
- position: absolute;
- right: 30px;
- }
- .el-table,
- .el-table__expanded-cell {
- margin-top: 5px;
- }
- .tab4 .el-table,
- .el-table__expanded-cell {
- margin-top: 20px;
- }
- .el-pagination {
- text-align: right;
- }
- .el-pagination__total {
- position: absolute;
- left: 30px;
- }
- .modelSearch {
- display: inline-block
- }
- .modelSearch .el-input__inner {
- width: 180px;
- height: 30px;
- }
- a {
- text-decoration: none;
- margin-right: 15px;
- margin-bottom: 15px;
- }
- .tab4 input.el-input {
- height: 35px;
- /* width: 200px; */
- }
- .el-date-editor.el-input, .el-date-editor.el-input__inner{
- width: 140px;
- height: 35px;
- }
- .el-icon-date{
- position: relative;
- top: -2px;
- }
- .el-table th{
- background-color: #f8f8f8;
- }
|