|
@@ -1,63 +1,63 @@
|
|
/* 移除无用 ui 样式 */
|
|
/* 移除无用 ui 样式 */
|
|
-.el-dialog__header {
|
|
|
|
|
|
+.use-custom-el .el-dialog__header {
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
-.el-dialog__body {
|
|
|
|
|
|
+.use-custom-el .el-dialog__body {
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
-.el-dialog{
|
|
|
|
- display: flex;
|
|
|
|
|
|
+.use-custom-el .el-dialog{
|
|
|
|
+ display: block;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
height: 95%;
|
|
height: 95%;
|
|
}
|
|
}
|
|
-.el-dialog__header{
|
|
|
|
|
|
+.use-custom-el .el-dialog__header{
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
height: 40px;
|
|
height: 40px;
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
}
|
|
}
|
|
-.el-dialog__body{
|
|
|
|
|
|
+.use-custom-el .el-dialog__body{
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
- height: calc(90% - 40px);
|
|
|
|
|
|
+ height: calc(100% - 40px);
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
flex: 0;
|
|
flex: 0;
|
|
}
|
|
}
|
|
-.el-dialog__headerbtn{
|
|
|
|
|
|
+.use-custom-el .el-dialog__headerbtn{
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 13px;
|
|
right: 13px;
|
|
top: 13px;
|
|
top: 13px;
|
|
}
|
|
}
|
|
-.el-table .cell{
|
|
|
|
|
|
+.use-custom-el .el-table .cell{
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
-.el-table th.el-table__cell>.cell{
|
|
|
|
|
|
+.use-custom-el .el-table th.el-table__cell>.cell{
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
-.el-button+.el-button{
|
|
|
|
- margin-left: 0;
|
|
|
|
|
|
+.use-custom-el .el-button+.el-button{
|
|
|
|
+ margin-left: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-.el-tabs{
|
|
|
|
|
|
+.use-custom-el .el-tabs{
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
/* el-tabs__header .el-top*/
|
|
/* el-tabs__header .el-top*/
|
|
-.el-tabs__header{
|
|
|
|
|
|
+.use-custom-el .el-tabs__header{
|
|
height: 40px;
|
|
height: 40px;
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
-.el-tabs__content{
|
|
|
|
|
|
+.use-custom-el .el-tabs__content{
|
|
height: calc(100% - 40px);
|
|
height: calc(100% - 40px);
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
-.el-tab-pane{
|
|
|
|
|
|
+.use-custom-el .el-tab-pane{
|
|
height: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
position: relative;
|
|
position: relative;
|
|
- /*padding: 0 10px;*/
|
|
|
|
|
|
+ /*padding: 0 10px;*/
|
|
}
|
|
}
|