提交 7d6242ce 编写于 作者: yi.li's avatar yi.li

Merge branch 'dev-patients-20190513' of...

Merge branch 'dev-patients-20190513' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-patients-20190513
...@@ -42,16 +42,18 @@ ...@@ -42,16 +42,18 @@
} }
} }
.el-table__body-wrapper{ .el-table__body-wrapper{
.el-table_1_column_1 .cell{ .el-table__row{
width: 100%; td:nth-child(1) .cell{
text-overflow: ellipsis; width: 100%;
display: -webkit-box; text-overflow: ellipsis;
// -webkit-box-orient: vertical; display: -webkit-box;
/*! autoprefixer: off */ // -webkit-box-orient: vertical;
-webkit-box-orient: vertical; /*! autoprefixer: off */
/* autoprefixer: on */ -webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* autoprefixer: on */
overflow: hidden; -webkit-line-clamp: 2;
overflow: hidden;
}
} }
} }
} }
......
...@@ -307,11 +307,11 @@ export default { ...@@ -307,11 +307,11 @@ export default {
background: #fff; background: #fff;
@media screen and (min-width:1240px) and (max-width:1900px) { @media screen and (min-width:1240px) and (max-width:1900px) {
width: 95%; width: 95%;
height: 320px !important; // height: 320px !important;
} }
@media screen and (min-width:1900px) { @media screen and (min-width:1900px) {
width: 96.7%; width: 96.7%;
height: 400px !important; // height: 400px !important;
} }
.message-title { .message-title {
font-size: 20px; font-size: 20px;
......
...@@ -117,10 +117,10 @@ ...@@ -117,10 +117,10 @@
:show-close='false' :show-close='false'
:close-on-click-modal="false" :close-on-click-modal="false"
> >
<div class="delete-tips">分组删除后,所有分组具名(共{{searchData.totalRows}}人)将不再属于此分组。</div> <div class="delete-tips">分组删除后,所有分组居民(共{{searchData.totalRows}}人)将不再属于此分组。</div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="cancelDeleteLabel">取 消</el-button> <el-button @click="cancelDeleteLabel">取 消</el-button>
<el-button type="primary" @click="confirmDeleteLabel">确认</el-button> <el-button type="primary" @click="confirmDeleteLabel">确认</el-button>
</span> </span>
</el-dialog> </el-dialog>
<el-dialog <el-dialog
......
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
import_type: 2, import_type: 2,
}; };
if( process.env.BUILD_ENV == "development" ){ if( process.env.BUILD_ENV == "development" ){
req.token = '77DDB524DE0742B19CEC759CA463F3A5' req.token = '428006DCF6DD45FB9BAD640FEF6ACE4B'
}else{ }else{
// req.token = self._token; // req.token = self._token;
req.token = localStorage.getItem('storageToken'); req.token = localStorage.getItem('storageToken');
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册