|
|
@@ -210,13 +210,6 @@ body {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
-.allAlignment .el-button{
|
|
|
- line-height: 0 !important;
|
|
|
- border:none !important;
|
|
|
- padding: 0 !important;
|
|
|
- font-size: 14px !important;
|
|
|
- font-weight: 400!important;
|
|
|
-}
|
|
|
|
|
|
#sessionHistory .el-icon-search {
|
|
|
margin-left: 10px !important;
|
|
|
@@ -272,4 +265,10 @@ body {
|
|
|
#pop .expression:hover {
|
|
|
background: url("./../assets/img/frcea.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.el-button--primary {
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: #409eff !important;
|
|
|
+ border-color: #409eff !important;
|
|
|
}
|