提交 b6c04665 编写于 作者: huangwensu's avatar huangwensu

样式修改

......@@ -128,4 +128,9 @@
.el-form-item .el-form-item__label{
font-size: 14px !important;
}
.link-form {
.el-dialog__title {
font-size: 16px !important;
font-weight: 700;
}
}
......@@ -412,12 +412,6 @@
-o-animation: rotate 3s linear infinite;
animation: rotate 3s linear infinite;
}
.link-form {
.el-dialog__title {
font-size: 16px !important;
font-weight: 700;
}
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
to{-webkit-transform: rotate(360deg)}
}
......
......@@ -32,7 +32,7 @@
<div v-if="item.content.bizType == 18" class="file-content">
<div class="file-con" @click="downPDF(item.content.url)">
<div class="file-left">
<span class="name">{{item.content.name}}</span>
<span class="name">{{item.content.name | shortName(23)}}</span>
<span class="size">{{fileSizeChange(item.content.size)}}</span>
</div>
<div class="file-right">
......
......@@ -4,7 +4,7 @@
<div class="component-content screenSet" id="screenSet">
<div class="search-title">
<p>当前共有<span class="num">{{total}}</span>用户正在等待</p>
<el-button type="primary" size="small" @click="getNextSession()">给我一个任务</el-button>
<el-button type="primary" size="small" @click="getNextSession()">给我一个任务</el-button>
</div>
<el-table :data="tableData" style="width: 100%" v-loading="loading">
<el-table-column prop="userName" label="用户名" min-width="50" align="center"></el-table-column>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册