1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- //main
- $mainBg: #409eff;
- .avue-form__menu--center {
- text-align: right !important;
- }
- .el-col {
- margin-bottom: 0px !important;
- }
- p{
- margin: 0 !important;
- }
- .el-submenu__icon-arrow {
- right: 10px !important;
- }
- .el-menu-item, .el-submenu__title{
- height: 40px !important;
- line-height:40px !important;
- }
- .el-submenu .el-menu-item {
- min-width: 180px;
- height: 35px;
- line-height:35px;
- }
- .customer-head {
- position: fixed;
- top: 40px;
- width: 100%;
- height: 45px;
- background: #ffffff;
- box-shadow:4px 4px 10px rgba(232, 232, 235, 1);
- z-index: 999;
- }
- .customer-back {
- cursor: pointer;
- line-height: 45px;
- font-size: 16px;
- color: #323233;
- font-weight: 400;
- }
- .back-icon {
- line-height: 45px;
- font-size: 20px;
- margin-right: 8px;
- }
- .add-customer-btn {
- position: fixed;
- right: 10px;
- top: 46.5px;
- }
- .customer-main{
- margin-top: 55px;
- margin-bottom:35px
- }
- .el-dialogDeep{
- .el-dialog__body {
- padding: 0px 20px !important;
- }
- }
|