|
- // cover some element-ui styles
-
- .el-breadcrumb__inner,
- .el-breadcrumb__inner a {
- font-weight: 400 !important;
- }
-
- .el-upload {
- input[type="file"] {
- display: none !important;
- }
- }
-
- .el-upload__input {
- display: none;
- }
-
-
- .basic-box {
- .el-form-item {
- display: flex;
- .el-form-item__label {
- flex-shrink: 0;
- }
- .el-form-item__content {
- width: 100%;
- max-width: 700px;
- margin-left: 0 !important;
- }
- }
- }
-
-
-
- .particles-js-canvas-el{
- position: absolute;
- top: 0;
-
- }
-
-
- .banner-box{
- .el-table td {
- border-bottom: 0;
- }
-
- .el-table th.is-leaf, .el-table td {
- border-bottom: 0;
-
- }
-
- el-table__row > td {
- border: none;
- }
-
- .el-table::before {
- height: 0px;
- }
- }
-
-
- .el-tooltip__popper.is-light {
- color: #3DA2FF;
- border: none;
- box-shadow: 0px 0px 20px rgb(211, 211, 211);
- }
-
-
-
- .mob-template {
- .el-form-item__content {
- margin-left: 0 !important;
- max-width: 400px;
- width: 50%;
- }
- }
|