修改样式

This commit is contained in:
宋伟佳
2021-05-26 14:15:41 +08:00
parent e372b36ff5
commit cd51a4ae06
194 changed files with 575 additions and 758 deletions
-4
View File
@@ -62,7 +62,6 @@
.back {
width: 30px;
height: 30px;
border-radius: 50%;
background: #1E89FF;
display: inline-block;
line-height: 35px;
@@ -247,7 +246,6 @@
align-items: center;
.el-input__inner{
height: inherit;
border-radius: 70px;
background: #EEF8FA;
font-size: 16px;
padding: 0 25px 0 50px;
@@ -300,7 +298,6 @@
font-size: 20px;
text-align: center;
background: rgba(248,181,81,1);
border-radius: 70px;
&::before{
content: '';
position: absolute;
@@ -308,7 +305,6 @@
left: 0;
width: 100%;
height: 100%;
border-radius: 70px;
background: rgba(255,255,255,.25);
display: none;
}
-1
View File
@@ -1,7 +1,6 @@
/*dialog公共样式*/
.v-class{
.el-dialog{
border-radius: 6px;
.el-dialog__header{
width: 100%;
font-size: 14px;
-1
View File
@@ -66,7 +66,6 @@
}
.nav-menu-popper {
.el-menu {
border-radius: 15px;
li {
&:hover {
background: rgba(255, 255, 255, 0.1) !important;
+3 -3
View File
@@ -159,7 +159,7 @@
// height: 32px !important;
// line-height: 32px !important;
// width: 170px;
// border-radius: 0 4px 4px 0;
// 0 4px 4px 0;
// font-size: 12px;
// color: #515a6e;
// font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
@@ -196,7 +196,7 @@
// height: 32px !important;
// line-height: 32px !important;
// width: 180px;
// border-radius: 4px;
// 4px;
// font-size: 12px;
// color: #515a6e;
// font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
@@ -229,7 +229,7 @@
// font-size: 14px;
// width: 224px;
// .el-input__inner{
// border-radius: 0 4px 4px 0;
// 0 4px 4px 0;
// font-size: 12px;
// color: #515a6e;
// font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
-1
View File
@@ -2,7 +2,6 @@
.prc-content-border {
border: 1px dashed #ddd;
padding: 20px;
border-radius: 10px;
background: #fdfdfd;
.form-item-disabled {
.el-form-item__label, .el-form-item__content .el-input .el-input__inner,
+1 -2
View File
@@ -6,7 +6,6 @@
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
border-radius: 999px;
border: 5px solid transparent;
}
//凹槽颜色
@@ -26,4 +25,4 @@
position: absolute;
top: 0;
left: 0;
}
}
+1 -1
View File
@@ -40,7 +40,7 @@
// .search-input-box{
// margin-top: 1px;
// border: 1px solid #DCDFE6;
// border-radius: 0 4px 4px 0;
// 0 4px 4px 0;
// .v-select-selection{
// & > div{
// .v-select-placeholder{
@@ -252,7 +252,6 @@
margin: 0 3px;
padding: 0 5px;
background: #eee;
border-radius: 3px;
}
.markdown strong,
@@ -461,7 +460,6 @@ pre[class*="language-"] {
/* Inline code */
:not(pre)>code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}