|
@@ -73,7 +73,7 @@ ul,li {
|
|
|
|
|
|
|
|
/* 上对齐 */
|
|
/* 上对齐 */
|
|
|
.topAlignment {
|
|
.topAlignment {
|
|
|
- align-items: flex-strat;
|
|
|
|
|
|
|
+ align-items: flex-start;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* 右对齐 */
|
|
/* 右对齐 */
|
|
@@ -210,4 +210,12 @@ body {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.allAlignment .el-button{
|
|
|
|
|
+ line-height: 0 !important;
|
|
|
|
|
+ border:none !important;
|
|
|
|
|
+ padding: 0 !important;
|
|
|
|
|
+ color: #999 !important;
|
|
|
|
|
+ font-size: 12px !important;
|
|
|
|
|
+ font-weight: 400!important;
|
|
|
|
|
+}
|
|
|
|
|
|