tabs修改默认样式

65 阅读1分钟

image.png 不在scoped写 另外在组件外加一个div

image.png .homeMain .el-tabs__nav-wrap::after {

                height: 0px !important;

            }




        .homeMain .el-tabs__item {

            height: 50px;

            font-size: 16px;

            font-family: PingFang SC;

            font-weight: 400;

            color: #fff;

        }




        .homeMain .el-tabs__item:hover {

            color: #1890ff;

        }




        .homeMain .el-tabs__item.is-active {

            color: #1890ff;

        }




        .homeMain .el-tabs__active-bar {

            background-color: none !important;

            /* width: 30px; */

        }




        /* 去掉input激活时的边框 */

        .myHead .el-input--mini .el-input__inner {

            border: none;

        }




        .my-descriptions .el-descriptions__body {

            color: #fff;

            font-size: 16px;

            background-color: transparent !important;

        }

        </style>