| 1234567891011121314151617181920212223242526 |
- /* 移动端tabs页面样式 */
- /* 基本信息显示 */
- ::v-deep .el-card__body{padding: unset;}
- ::v-deep .el-card{border:none}
- ::v-deep .el-col-12 {
- max-width: 100%;
- width: 100%;
- flex: none;
- }
- ::v-deep .el-row{
- border: none !important;
- padding: 0;
- }
- ::v-deep .el-form-item{
- border-bottom: 1px solid #ebeef5;
- align-items: center;
- }
- ::v-deep .el-col , ::v-deep .el-form-item__label{
- border: unset !important;
- justify-content: flex-end;
- }
- .ContentWrap{
- background-color: #f5f7f9;
- }
-
|