SharePoint列宽度 [英] SharePoint Column Width

查看:70
本文介绍了SharePoint列宽度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个右侧列太窄的SharePoint页面。 有没有修复?

I have a SharePoint page with the right hand column too narrow.  Is there a fix for that?

推荐答案

您好,

您可以使用此CSS样式放大列宽:

You could enlarge the column width with this CSS Style:

<style type='text/css'>
.ms-vh-div[DisplayName='ColumnName']
{
  width:250px;
}
</style>

更改要放大的列名称,它将以更大的宽度呈现:

Change the column name you want to enlarge and it will render with more width:

谢谢

最好的问候


这篇关于SharePoint列宽度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆