|
|
|
@ -145,6 +145,7 @@ export default { |
|
|
|
subject:1, |
|
|
|
checked:1, |
|
|
|
disabled:false, |
|
|
|
showViewer:false, |
|
|
|
host:'http://wenhua.xingtongworld.com', |
|
|
|
action:'http://wenhua.xingtongworld.com/api/Index/uploadimg', |
|
|
|
upList:[ |
|
|
|
@ -398,6 +399,9 @@ export default { |
|
|
|
font-size: 14px; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
.table_right_item>span{ |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
.table_right_item>span:hover{ |
|
|
|
text-decoration: underline; |
|
|
|
} |
|
|
|
|