style: #f5f5f5统一更换为#f9fafa
This commit is contained in:
@@ -1376,7 +1376,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|||||||
}
|
}
|
||||||
.admin_page .admin_state_item .active {
|
.admin_page .admin_state_item .active {
|
||||||
cursor: no-drop;
|
cursor: no-drop;
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
}
|
}
|
||||||
.admin_page .admin_search_item {
|
.admin_page .admin_search_item {
|
||||||
height: 4rem;
|
height: 4rem;
|
||||||
@@ -1710,7 +1710,7 @@ textarea:focus {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: calc(25% - 2rem);
|
width: calc(25% - 2rem);
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
border: 1px solid #f5f5f5;
|
border: 1px solid #F9FAFA;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -1510,7 +1510,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|||||||
}
|
}
|
||||||
.active{
|
.active{
|
||||||
cursor: no-drop;
|
cursor: no-drop;
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.admin_search_item{
|
.admin_search_item{
|
||||||
@@ -1865,7 +1865,7 @@ textarea:focus{
|
|||||||
// height: calc(10rem);
|
// height: calc(10rem);
|
||||||
width: calc(25% - 2rem);
|
width: calc(25% - 2rem);
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
border: 1px solid #f5f5f5;
|
border: 1px solid #F9FAFA;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -488,7 +488,7 @@ watch(
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
|
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
@@ -518,7 +518,7 @@ watch(
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
|
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.opacity-color {
|
.opacity-color {
|
||||||
@@ -542,7 +542,7 @@ watch(
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #333;
|
color: #333;
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
|
|||||||
@@ -1938,7 +1938,7 @@ const brushStore = BrushStore;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.shadow-preview-box {
|
.shadow-preview-box {
|
||||||
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
|
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -484,7 +484,7 @@ h3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.shortcuts-table th {
|
.shortcuts-table th {
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.touch-tips {
|
.touch-tips {
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&:hover:not(.disabled) {
|
&:hover:not(.disabled) {
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active:not(.disabled) {
|
&:active:not(.disabled) {
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.hovered {
|
&.hovered {
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -61,12 +61,12 @@
|
|||||||
.action-btn[disabled] {
|
.action-btn[disabled] {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
border-color: #e6e6e6;
|
border-color: #e6e6e6;
|
||||||
}
|
}
|
||||||
.action-btn[disabled]:hover {
|
.action-btn[disabled]:hover {
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
border-color: #e6e6e6;
|
border-color: #e6e6e6;
|
||||||
}
|
}
|
||||||
@@ -196,7 +196,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex: none;
|
flex: none;
|
||||||
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
|
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
|
||||||
border: 1px solid #e0e0e0;
|
border: 1px solid #e0e0e0;
|
||||||
}
|
}
|
||||||
.layer-thumbnail {
|
.layer-thumbnail {
|
||||||
|
|||||||
@@ -72,12 +72,12 @@
|
|||||||
&[disabled] {
|
&[disabled] {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
border-color: #e6e6e6;
|
border-color: #e6e6e6;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
border-color: #e6e6e6;
|
border-color: #e6e6e6;
|
||||||
}
|
}
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex: none;
|
flex: none;
|
||||||
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% /
|
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% /
|
||||||
1rem 1rem;
|
1rem 1rem;
|
||||||
border: 1px solid #e0e0e0;
|
border: 1px solid #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -60,12 +60,12 @@
|
|||||||
.action-btn[disabled] {
|
.action-btn[disabled] {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
border-color: #e6e6e6;
|
border-color: #e6e6e6;
|
||||||
}
|
}
|
||||||
.action-btn[disabled]:hover {
|
.action-btn[disabled]:hover {
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
border-color: #e6e6e6;
|
border-color: #e6e6e6;
|
||||||
}
|
}
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex: none;
|
flex: none;
|
||||||
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
|
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
|
||||||
border: 1px solid #e0e0e0;
|
border: 1px solid #e0e0e0;
|
||||||
}
|
}
|
||||||
.layer-thumbnail {
|
.layer-thumbnail {
|
||||||
|
|||||||
@@ -964,7 +964,7 @@ export default defineComponent({
|
|||||||
// height: 16.5rem;
|
// height: 16.5rem;
|
||||||
width: calc(12rem*1.2);
|
width: calc(12rem*1.2);
|
||||||
height: calc(12rem*1.2);
|
height: calc(12rem*1.2);
|
||||||
border: 1px solid #F5F5F5;
|
border: 1px solid #F9FAFA;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -1434,7 +1434,7 @@ export default defineComponent({
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: calc(12rem*1.2);
|
width: calc(12rem*1.2);
|
||||||
height: calc(12rem*1.2);
|
height: calc(12rem*1.2);
|
||||||
border: 1px solid #F5F5F5;
|
border: 1px solid #F9FAFA;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
i{
|
i{
|
||||||
zoom: 4;
|
zoom: 4;
|
||||||
|
|||||||
@@ -1490,7 +1490,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
.fi-br-upload {
|
.fi-br-upload {
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ export default defineComponent({
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 16.5rem;
|
width: 16.5rem;
|
||||||
height: 16.5rem;
|
height: 16.5rem;
|
||||||
border: 1px solid #F5F5F5;
|
border: 1px solid #F9FAFA;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
||||||
&.upload_component{
|
&.upload_component{
|
||||||
|
|||||||
@@ -597,7 +597,7 @@ export default defineComponent({
|
|||||||
// height: calc(10rem);
|
// height: calc(10rem);
|
||||||
width: calc(25% - 2rem);
|
width: calc(25% - 2rem);
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
border: 1px solid #f5f5f5;
|
border: 1px solid #F9FAFA;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
@@ -640,7 +640,7 @@ export default defineComponent({
|
|||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
&.active{
|
&.active{
|
||||||
color: #b8b8b8;
|
color: #b8b8b8;
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
}
|
}
|
||||||
&:hover{
|
&:hover{
|
||||||
border: 0.1rem solid #000;
|
border: 0.1rem solid #000;
|
||||||
|
|||||||
@@ -741,7 +741,7 @@ export default defineComponent({
|
|||||||
overflow: hidden; /* 溢出部分隐藏 */
|
overflow: hidden; /* 溢出部分隐藏 */
|
||||||
text-overflow: ellipsis; /* 显示省略号 */
|
text-overflow: ellipsis; /* 显示省略号 */
|
||||||
&:hover{
|
&:hover{
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
}
|
}
|
||||||
&:first-child{
|
&:first-child{
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|||||||
@@ -161,7 +161,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
border-radius: 2.5rem;
|
border-radius: 2.5rem;
|
||||||
padding: .32rem 1.7rem;
|
padding: .32rem 1.7rem;
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ export default defineComponent({
|
|||||||
// padding: 0.5rem 3rem;
|
// padding: 0.5rem 3rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
border-radius: 2.5rem;
|
border-radius: 2.5rem;
|
||||||
padding: .32rem 1.7rem;
|
padding: .32rem 1.7rem;
|
||||||
|
|||||||
@@ -741,7 +741,7 @@ export default defineComponent({
|
|||||||
--margin: 3rem;
|
--margin: 3rem;
|
||||||
--padding: 2rem;
|
--padding: 2rem;
|
||||||
--border-color: #c4c4c4;
|
--border-color: #c4c4c4;
|
||||||
--background-color:#f5f5f5;
|
--background-color:#F9FAFA;
|
||||||
--count: 50;
|
--count: 50;
|
||||||
--snap-size: 10rem;
|
--snap-size: 10rem;
|
||||||
--offset: 2;
|
--offset: 2;
|
||||||
@@ -1248,7 +1248,7 @@ export default defineComponent({
|
|||||||
padding-bottom: var(--padding);
|
padding-bottom: var(--padding);
|
||||||
padding-top: var(--padding);
|
padding-top: var(--padding);
|
||||||
top: 0;
|
top: 0;
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
input,.detail_left_setComment_btn{
|
input,.detail_left_setComment_btn{
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -615,7 +615,7 @@ export default defineComponent({
|
|||||||
--margin: 3rem;
|
--margin: 3rem;
|
||||||
--padding: 2rem;
|
--padding: 2rem;
|
||||||
--border-color: #c4c4c4;
|
--border-color: #c4c4c4;
|
||||||
--background-color:#f5f5f5;
|
--background-color:#F9FAFA;
|
||||||
--content-height: 60rem;
|
--content-height: 60rem;
|
||||||
--auther_wh: 8rem;
|
--auther_wh: 8rem;
|
||||||
--count: 50;
|
--count: 50;
|
||||||
|
|||||||
@@ -392,7 +392,7 @@ export default defineComponent({
|
|||||||
&.user{
|
&.user{
|
||||||
> .textBox{
|
> .textBox{
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
> .text{
|
> .text{
|
||||||
> .content{
|
> .content{
|
||||||
@@ -535,11 +535,11 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .content{
|
> .content{
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
// border-radius: 2.4rem;
|
// border-radius: 2.4rem;
|
||||||
> textarea{
|
> textarea{
|
||||||
padding: 1.6rem 2rem 0;
|
padding: 1.6rem 2rem 0;
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 7.2rem;
|
min-height: 7.2rem;
|
||||||
// border-radius: 2.4rem;
|
// border-radius: 2.4rem;
|
||||||
|
|||||||
@@ -1002,7 +1002,7 @@ export default defineComponent({
|
|||||||
// height: calc(12rem*1.2);
|
// height: calc(12rem*1.2);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
// border: 1px solid #F5F5F5;
|
// border: 1px solid #F9FAFA;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -1470,7 +1470,7 @@ export default defineComponent({
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: calc(12rem*1.2);
|
width: calc(12rem*1.2);
|
||||||
height: calc(12rem*1.2);
|
height: calc(12rem*1.2);
|
||||||
border: 1px solid #F5F5F5;
|
border: 1px solid #F9FAFA;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
i{
|
i{
|
||||||
zoom: 4;
|
zoom: 4;
|
||||||
|
|||||||
@@ -719,7 +719,7 @@ export default defineComponent({
|
|||||||
// height: 10rem;
|
// height: 10rem;
|
||||||
width: calc(25% - 2rem);
|
width: calc(25% - 2rem);
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
border: 1px solid #f5f5f5;
|
border: 1px solid #F9FAFA;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -884,7 +884,7 @@ export default defineComponent({
|
|||||||
// height: calc(10rem*1.2);
|
// height: calc(10rem*1.2);
|
||||||
width: calc(33.33% - 2rem);
|
width: calc(33.33% - 2rem);
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
border: 1px solid #f5f5f5;
|
border: 1px solid #F9FAFA;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -656,7 +656,7 @@ export default defineComponent({
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: calc(25% - 2rem);
|
width: calc(25% - 2rem);
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
border: 1px solid #f5f5f5;
|
border: 1px solid #F9FAFA;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
position: relative;
|
position: relative;
|
||||||
img{
|
img{
|
||||||
@@ -824,7 +824,7 @@ export default defineComponent({
|
|||||||
// height: calc(10rem*1.2);
|
// height: calc(10rem*1.2);
|
||||||
width: calc(33.33% - 2rem);
|
width: calc(33.33% - 2rem);
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
border: 1px solid #f5f5f5;
|
border: 1px solid #F9FAFA;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -926,7 +926,7 @@ overflow: visible !important;
|
|||||||
overflow: hidden; /* 溢出部分隐藏 */
|
overflow: hidden; /* 溢出部分隐藏 */
|
||||||
text-overflow: ellipsis; /* 显示省略号 */
|
text-overflow: ellipsis; /* 显示省略号 */
|
||||||
&:hover{
|
&:hover{
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
}
|
}
|
||||||
&:first-child{
|
&:first-child{
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
@@ -949,7 +949,7 @@ overflow: visible !important;
|
|||||||
overflow: hidden; /* 溢出部分隐藏 */
|
overflow: hidden; /* 溢出部分隐藏 */
|
||||||
text-overflow: ellipsis; /* 显示省略号 */
|
text-overflow: ellipsis; /* 显示省略号 */
|
||||||
&:hover{
|
&:hover{
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
}
|
}
|
||||||
&:first-child{
|
&:first-child{
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|||||||
@@ -359,10 +359,10 @@ export default defineComponent({
|
|||||||
margin-top: .4rem;
|
margin-top: .4rem;
|
||||||
border-radius: 2.4rem;
|
border-radius: 2.4rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
> textarea{
|
> textarea{
|
||||||
padding: 1.6rem 2rem 0;
|
padding: 1.6rem 2rem 0;
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 7.2rem;
|
min-height: 7.2rem;
|
||||||
border-radius: 2.4rem;
|
border-radius: 2.4rem;
|
||||||
@@ -464,7 +464,7 @@ export default defineComponent({
|
|||||||
overflow: hidden; /* 溢出部分隐藏 */
|
overflow: hidden; /* 溢出部分隐藏 */
|
||||||
text-overflow: ellipsis; /* 显示省略号 */
|
text-overflow: ellipsis; /* 显示省略号 */
|
||||||
&:hover{
|
&:hover{
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
}
|
}
|
||||||
:first-child{
|
:first-child{
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|||||||
@@ -1266,7 +1266,7 @@ export default defineComponent({
|
|||||||
overflow: hidden; /* 溢出部分隐藏 */
|
overflow: hidden; /* 溢出部分隐藏 */
|
||||||
text-overflow: ellipsis; /* 显示省略号 */
|
text-overflow: ellipsis; /* 显示省略号 */
|
||||||
&:hover{
|
&:hover{
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
}
|
}
|
||||||
&:first-child{
|
&:first-child{
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|||||||
@@ -1341,7 +1341,7 @@ export default defineComponent({
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
> .leftBox {
|
> .leftBox {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #f5f5f5;
|
background: #f9fafa;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 29.5rem;
|
width: 29.5rem;
|
||||||
transition: width 0.3s;
|
transition: width 0.3s;
|
||||||
@@ -1371,7 +1371,7 @@ export default defineComponent({
|
|||||||
max-height: 5rem;
|
max-height: 5rem;
|
||||||
border-radius: 2rem;
|
border-radius: 2rem;
|
||||||
&.show-history {
|
&.show-history {
|
||||||
background: #fff;
|
background: rgba(0, 0, 0, 0.04);
|
||||||
border-radius: 0.8rem;
|
border-radius: 0.8rem;
|
||||||
}
|
}
|
||||||
&.active {
|
&.active {
|
||||||
@@ -1382,7 +1382,7 @@ export default defineComponent({
|
|||||||
&.history {
|
&.history {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #fff;
|
background: rgba(0, 0, 0, 0.04);
|
||||||
border-radius: 0.8rem;
|
border-radius: 0.8rem;
|
||||||
}
|
}
|
||||||
> .detailBox {
|
> .detailBox {
|
||||||
@@ -1490,15 +1490,15 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.active {
|
&.active {
|
||||||
// background: #f5f5f5;
|
// background: #F9FAFA;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
// background: #f5f5f5;
|
// background: #F9FAFA;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
&.history {
|
&.history {
|
||||||
background: #f5f5f5;
|
background: #f9fafa;
|
||||||
// background-color: #ffffff;
|
// background-color: #ffffff;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #fdfdfd;
|
background: #fdfdfd;
|
||||||
@@ -2236,7 +2236,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
color: #9a9a9a;
|
color: #9a9a9a;
|
||||||
border:none;
|
border: none;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -615,7 +615,7 @@ export default defineComponent({
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0 6rem;
|
padding: 0 6rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
// min-width: 1440px;
|
// min-width: 1440px;
|
||||||
position: relative;
|
position: relative;
|
||||||
.history_loading {
|
.history_loading {
|
||||||
@@ -655,7 +655,7 @@ export default defineComponent({
|
|||||||
.history_table_content {
|
.history_table_content {
|
||||||
margin-top: 2.6rem;
|
margin-top: 2.6rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #f5f5f5;
|
background: #F9FAFA;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
// height: calc(100% - 4rem);
|
// height: calc(100% - 4rem);
|
||||||
@@ -745,7 +745,7 @@ export default defineComponent({
|
|||||||
:deep(.ant-table-placeholder) {
|
:deep(.ant-table-placeholder) {
|
||||||
&,
|
&,
|
||||||
.ant-table-cell {
|
.ant-table-cell {
|
||||||
background-color: #f5f5f5;
|
background-color: #F9FAFA;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
.main{
|
.main{
|
||||||
background: linear-gradient(45deg, #eee4f3, #f3f4e6);
|
background: linear-gradient(45deg, #eee4f3, #f3f4e6);
|
||||||
// background: #f5f5f5;
|
// background: #F9FAFA;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user