大数据局-工单系统-前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
508 B

3 years ago
// // input输入框
// .el-input--small .el-input__inner {
// width: 420px;
// height: 50px;
// line-height: 50px;
// border-radius: 3px 3px 3px 3px;
// color: #333;
// position: relative;
// border: 1px solid #CFCFCF
// }
// // input输入框label
// .el-form--label-top .el-form-item__label {
// font-size: 16px;
// color: #273240;
// padding: 0!important;
// }
// 包裹容器
.cus-container {
margin: 0 38px;
border: 1px solid blue;
height: 100%;
width: calc(100% - 76px);
}