@@ -470,3 +470,24 @@ export default {
}
};
</script>
+<style>
+.el-link.el-link--default {
+ color: #606266;
+ width: 200px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ text-align: left;
+ display: block;
+}
+.form-item-title{
+ font-size: 14px;
+ font-weight: bold;
+.el-table--fit{
+ margin: 10px 0 0 0;
+.el-dialog__header{
+ background: #f5f7f9;
+</style>