mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 19:36:50 +08:00
修改表单字段文字提示背景颜色
This commit is contained in:
@@ -172,10 +172,10 @@
|
|||||||
|
|
||||||
#docs {
|
#docs {
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
background: #2c3e50;
|
background: #ffffff;
|
||||||
color: #ecf0f1;
|
color: #1b1a1a;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
}
|
}
|
||||||
@@ -812,6 +812,7 @@
|
|||||||
ipConfig: {
|
ipConfig: {
|
||||||
ip: Utils.getQueryParam('ip') || 'http://39.104.123.254:7196'
|
ip: Utils.getQueryParam('ip') || 'http://39.104.123.254:7196'
|
||||||
// ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api'
|
// ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api'
|
||||||
|
// ip: Utils.getQueryParam('ip') || 'http://10.1.105.116:7537/api'
|
||||||
},
|
},
|
||||||
|
|
||||||
serviceUrl: {
|
serviceUrl: {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export default {
|
|||||||
: '2'
|
: '2'
|
||||||
}
|
}
|
||||||
placement="right"
|
placement="right"
|
||||||
effect="dark"
|
effect="light"
|
||||||
>
|
>
|
||||||
<div class="ellipsis">{scope.row[item.prop]}</div>
|
<div class="ellipsis">{scope.row[item.prop]}</div>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ const RenderSlot = {
|
|||||||
{
|
{
|
||||||
props: {
|
props: {
|
||||||
placement: 'bottom',
|
placement: 'bottom',
|
||||||
content: first[0].data.props.title
|
content: first[0].data.props.title,
|
||||||
// effect: 'light'
|
effect: 'light'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
first
|
first
|
||||||
|
|||||||
Reference in New Issue
Block a user