Browse Source

yunpan: 调整问答字体和表格样式

lwx_v12
han2015 3 weeks ago
parent
commit
c254da8412
  1. 5
      src/views/doc/agent.vue

5
src/views/doc/agent.vue

@ -428,8 +428,9 @@ onMounted(() => {
.t_resp{ .t_resp{
align-self: start; align-self: start;
line-height: 23px; line-height: 23px;
font-size: 13px; font-size: 15px;
color: black; color: black;
width: 100%;
} }
.actions{ .actions{
display: flex; display: flex;
@ -532,9 +533,11 @@ onMounted(() => {
} }
} }
table{ table{
display: block;
border: 0px solid; border: 0px solid;
border-spacing: 1px; border-spacing: 1px;
border-collapse: collapse; border-collapse: collapse;
overflow: scroll;
th{ th{
background-color: #e5e5e5; background-color: #e5e5e5;
border: 1px solid; border: 1px solid;

Loading…
Cancel
Save