12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- //main
- body {
- font-weight: normal !important;
- }
- $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: 3px !important;
- margin-top: -3px !important;
- }
- .el-menu-item, .el-submenu__title{
- font-size: 12px !important;
- height: 30px !important;
- line-height:30px !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;
- }
- }
- .avue-crud__menu{
- min-height: 33px !important;
- }
- .avue-crud__pagination {
- padding: 10px 0 10px 10px !important;
- }
- .el-dialog__header {
- padding: 10px 20px 10px !important;
- }
- .el-dialog__footer {
- padding: 10px 20px 10px !important;
- }
- .el-form-item__label {
- font-size: 12px !important;
- // font-weight: 600;
- }
- .dialogButton{
- padding: 10px;
- display: flex;
- justify-content: flex-end;
- }
- .el-table__expanded-cell {
- padding-left: 90px !important;
- }
- ::-webkit-scrollbar {
- width: 7px !important;
- height: 10px !important;
- background-color: transparent !important;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 6px !important;
- background-color: hsla(226, 12%, 71%, 0.25) !important;
- }
|