Commit 9ffa59f4 by 无尘

fix: 修改样式

parent 312e1d59
......@@ -742,4 +742,13 @@ input:focus {
-ms-justify-content: space-between;
-o-justify-content: space-between;
justify-content: space-between;
}
\ No newline at end of file
}
/* 表格隐藏省略 */
.el-table .el-table-column--selection .cell {
text-overflow: clip;
}
/* 单选 */
.el-table .hide-ellipsis .cell {
text-overflow: clip;
}
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-06-12 16:47:34
* @LastEditTime: 2020-07-20 17:08:36
-->
<template>
<div class="contacts-wrap common-set-wrap">
......@@ -586,6 +586,12 @@ export default {
}
}
.help-body {
margin-top: 12px;
background: #f5f7fa;
line-height: 28px;
padding: 0 10px;
box-sizing: border-box;
cursor: pointer;
.font-12 {
font-size: 12px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment