如何删除西面板中的“箭头”图标。我要防止用户向西崩溃?
<body class="easyui-layout">
<div region="west" title="West" split="true" style="width: 200px;">
<!-- WEST -->
</div>
<div region="center" title="center title" style="padding:5px;background:#eee;">
<!-- CENTER -->
</div>
</body>