MobileTab.css 521 B

1234567891011121314151617181920212223242526
  1. /* 移动端tabs页面样式 */
  2. /* 基本信息显示 */
  3. ::v-deep .el-card__body{padding: unset;}
  4. ::v-deep .el-card{border:none}
  5. ::v-deep .el-col-12 {
  6. max-width: 100%;
  7. width: 100%;
  8. flex: none;
  9. }
  10. ::v-deep .el-row{
  11. border: none !important;
  12. padding: 0;
  13. }
  14. ::v-deep .el-form-item{
  15. border-bottom: 1px solid #ebeef5;
  16. align-items: center;
  17. }
  18. ::v-deep .el-col , ::v-deep .el-form-item__label{
  19. border: unset !important;
  20. justify-content: flex-end;
  21. }
  22. .ContentWrap{
  23. background-color: #f5f7f9;
  24. }